Skip to content

Commit

Permalink
Debug CI paths for msys2
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Dec 19, 2024
1 parent 1f610cc commit 4c3326e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,12 @@ jobs:
msystem: UCRT64
update: true
install: mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-aws-sdk-cpp
- name: Debug CI paths
shell: bash
run: |
ls /c/msys2
ls /c/msys2/usr/lib
ls /c/msys2/mingw64/lib
- uses: r-lib/actions/setup-r@v2
with:
# Note: RTools must be 40 here because RTools40 + ucrt is how we build the Arrow C++
Expand Down

0 comments on commit 4c3326e

Please sign in to comment.