Skip to content

Commit

Permalink
Try installing CMake 3.25 manually on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Dec 10, 2024
1 parent 4624d0d commit a2f952c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3.12
- name: Install CMake 3.25.0
shell: bash
run: |
ci/scripts/install_cmake.sh x86_64 linux 3.25.0 /usr/local/
echo "/usr/local/bin" >> $GITHUB_PATH
- name: Install pre-commit
run: |
python -m pip install pre-commit
Expand Down

0 comments on commit a2f952c

Please sign in to comment.