Skip to content

Commit 7679dba

Browse files
authored
Update rust.yml
1 parent 41b604c commit 7679dba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,8 @@ jobs:
4242
- run: rustup default stable
4343
- run: rustup component add rustfmt
4444
- 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
4549
- run: make ${{ matrix.make_target }}

0 commit comments

Comments
 (0)