Skip to content

Commit

Permalink
Locate CMake v2
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jan 22, 2025
1 parent fb44d93 commit 089a981
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,10 @@ jobs:
rtools-version: 40
Ncpus: 2
- name: Locate CMAKE
run: where cmake
shell: bash
run: |
cmake --version
which cmake
- name: Build Arrow C++
shell: bash
env:
Expand Down

0 comments on commit 089a981

Please sign in to comment.