Skip to content

Commit

Permalink
feat: force cmake install
Browse files Browse the repository at this point in the history
  • Loading branch information
igormcoelho committed Nov 13, 2023
1 parent 7d81631 commit 646251b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
if: contains(matrix.os, 'ubuntu')
run: |
sudo apt-get install ninja-build -y
- name: Install cmake with pip
run: |
python3 -m pip install cmake --upgrade
- name: Git Submodules
run: |
git submodule update --init --recursive
Expand Down

0 comments on commit 646251b

Please sign in to comment.