Skip to content

Commit 8f4903e

Browse files
committed
[DEBUG] CMake vs librdkafka
1 parent 053d5c9 commit 8f4903e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust-cubestore.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,13 @@ jobs:
4747
echo "After"
4848
df -h
4949
sudo apt list --all-versions cmake
50-
sudo find / -name cmake -type f -executable
5150
which cmake
5251
cmake --version
5352
ls -l /usr/local/bin/cmake
5453
sudo apt install -y cmake
5554
ls -l /usr/bin/cmake
5655
sudo rm -rf /usr/local/bin/cmake
57-
sudo find / -name cmake -type f -executable
56+
sudo rm -rf /usr/local/share/cmake*
5857
which cmake
5958
cmake --version
6059
- name: Checkout

0 commit comments

Comments
 (0)