Skip to content

Commit

Permalink
chore: manually set CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
lme-axelor committed Dec 19, 2024
1 parent 517e9b4 commit 9411481
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: yarn install
- name: Install CMake 3.18.1
run: |
wget https://github.com/Kitware/CMake/releases/download/v3.18.1/cmake-3.18.1-Linux-x86_64.sh
chmod +x cmake-3.18.1-Linux-x86_64.sh
sudo ./cmake-3.18.1-Linux-x86_64.sh --prefix=/usr/local --skip-license
cmake --version
- name: Provide permission for execution
run: chmod +x android/gradlew
- name: Check packages
Expand Down

0 comments on commit 9411481

Please sign in to comment.