Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
nawendt committed Aug 17, 2024
1 parent 6f0ea0a commit 9f4e9e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
- name: Show PATH
run: $env:PATH

- name: Show LIB
run: Get-ChildItem -Path C:\rtools44 -Force

- name: Install dependencies
run: |
pacman -Syu --noconfirm
Expand All @@ -56,6 +53,9 @@ jobs:
pacman -S mingw-w64-ucrt-x86_64-gcc --noconfirm
pacman -S mingw-w64-ucrt-x86_64-python --noconfirm
- name: Show LIB
run: Get-ChildItem -Path C:\rtools44\ucrt64\lib -Force

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down

0 comments on commit 9f4e9e4

Please sign in to comment.