Skip to content

Commit

Permalink
GHA: Set executable permissions on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
watanabe-j committed Sep 8, 2023
1 parent 7c3a718 commit 0a41d65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
# run: |
# brew install gsl

- name: Executable permissions on Windows
if: runner.os == 'Windows'
run: |
chmod +x configure cleanup
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Expand Down

0 comments on commit 0a41d65

Please sign in to comment.