We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fcfc6e commit a8b5bd1Copy full SHA for a8b5bd1
2 files changed
.github/workflows/cmake-ubuntu-latest.yml
@@ -20,6 +20,11 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
23
+ - name: Install CMake (3.31.10)
24
+ uses: ssrobins/install-cmake@v1
25
+ with:
26
+ version: 3.31.10
27
+
28
- name: Install Ninja (Linux)
29
run: sudo apt install ninja-build # let's install ninja through apt
30
.github/workflows/cmake-windows-latest.yml
- name: Install Ninja (Windows)
run: choco install ninja # let's install ninja through Chocolatey
0 commit comments