We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d074f commit 8b944bbCopy full SHA for 8b944bb
.github/workflows/check.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up CMake
17
uses: lukka/get-cmake@latest
18
with:
19
- cmakeVersion: ""~3.25.0"
+ cmakeVersion: "~3.25.0"
20
21
- name: Install dependencies
22
run: sudo apt-get update && sudo apt-get install -y g++
.gitignore
@@ -0,0 +1,3 @@
1
+cmake-build-*/
2
+.idea/
3
+
0 commit comments