Skip to content

Commit

Permalink
CI: path spec
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa authored Oct 21, 2024
1 parent 8c11cfc commit 2c8e263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
with:
r-version: ${{ matrix.config.r }}
rtools-version: '43'
- name: Set path for rtoools43
- name: Set path for rtoools43 on Windows
if: runner.os == 'Windows'
run: |
"PATH=C:/rtools43/usr/bin;C:/rtools43/mingw_64/bin:$PATH" >> $GITHUB_ENV
echo "PATH=C:\\rtools43\\usr\\bin;C:\\rtools43\\bin" >> $GITHUB_PATH
- uses: r-lib/actions/setup-pandoc@v2

Expand Down

0 comments on commit 2c8e263

Please sign in to comment.