We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b604c commit 7679dbaCopy full SHA for 7679dba
.github/workflows/rust.yml
@@ -42,4 +42,8 @@ jobs:
42
- run: rustup default stable
43
- run: rustup component add rustfmt
44
- run: rustup component add clippy
45
+ - name: Check CMake version
46
+ run: cmake --version
47
+ - name: Install latest CMake
48
+ run: sudo apt-get update && sudo apt-get install -y cmake
49
- run: make ${{ matrix.make_target }}
0 commit comments