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 58c261c commit 016e632Copy full SHA for 016e632
.github/workflows/rust-cubestore.yml
@@ -50,7 +50,10 @@ jobs:
50
sudo find / -name cmake -type f -executable
51
which cmake
52
cmake --version
53
+ ls -l /usr/local/bin/cmake
54
+ cat /home/runner/work/_temp/2bf03699-44f8-4058-bfb0-46747884765b.sh
55
sudo apt install -y cmake
56
+ ls -l /usr/bin/cmake
57
sudo rm -rf /usr/local/bin/cmake
58
59
0 commit comments