Skip to content

Commit

Permalink
CI: uninstall rtools without specifying version
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa authored Oct 21, 2024
1 parent 8a70c35 commit 056377b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- name: Uninstall RTools44
if: runner.os == 'Windows'
run: |
choco uninstall rtools --version=4.4.0 -y
choco uninstall rtools -y
- uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 056377b

Please sign in to comment.