Skip to content

Commit

Permalink
Trying more
Browse files Browse the repository at this point in the history
  • Loading branch information
nawendt committed Aug 18, 2024
1 parent 9f4e9e4 commit 2469664
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/check-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Show PATH
run: $env:PATH

- name: Install dependencies
run: |
pacman -Syu --noconfirm
Expand All @@ -53,9 +50,6 @@ 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
2 changes: 2 additions & 0 deletions configure.ucrt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
set PATH=%R_TOOLS_SOFT%\ucrt64\bin;%PATH%
echo %PATH%
Empty file removed configure.win
Empty file.

0 comments on commit 2469664

Please sign in to comment.