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 1df800b commit 43e757fCopy full SHA for 43e757f
1 file changed
.github/workflows/test.yaml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@v6
30
- name: Install cmake
31
- run: sudo apt-get install -y cmake
+ run: cmake --version || (sudo apt-get update && sudo apt-get install -y cmake)
32
- name: Set up Rust
33
uses: dtolnay/rust-toolchain@stable
34
with:
@@ -45,7 +45,7 @@ jobs:
45
uses: actions/checkout@v6
46
47
48
49
50
51
0 commit comments