Skip to content

Commit

Permalink
Test Windows wget
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdnbradford committed Nov 13, 2024
1 parent dc38ee8 commit a824d0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
if: runner.os == 'Windows' # Run only on Windows
run: |
if ! [ -x "$(command -v wget)" ]; then choco install wget -y; fi
with:
extra-packages: any::rcmdcheck
needs: check
Expand Down

0 comments on commit a824d0a

Please sign in to comment.