Skip to content

Commit

Permalink
Fix choco install
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdnbradford committed Nov 13, 2024
1 parent 8237a2a commit 09eef1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:

- name: Install wget (Windows only)
if: runner.os == 'Windows'
run: |
powershell -Command "if (!(Get-Command wget -ErrorAction SilentlyContinue)) { choco install wget -y }"
run: choco install wget -y --no-progress

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit 09eef1d

Please sign in to comment.