Skip to content

Commit 450c589

Browse files
committed
[DEBUG] CMake vs librdkafka
1 parent bc533d5 commit 450c589

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/rust-cubestore.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
run: |
3535
echo "Before"
3636
df -h
37-
sudo apt list --all-versions cmake
38-
sudo find / -name cmake
3937
sudo apt-get remove -y 'php.*'
4038
sudo apt-get remove -y '^mongodb-.*'
4139
sudo apt-get remove -y '^mysql-.*'
@@ -48,6 +46,9 @@ jobs:
4846
sudo rm -rf /opt/hostedtoolcache/CodeQL
4947
echo "After"
5048
df -h
49+
sudo apt list --all-versions cmake
50+
sudo find / -name cmake -type f -executable
51+
which cmake
5152
- name: Checkout
5253
uses: actions/checkout@v4
5354
- name: Install Rust

0 commit comments

Comments
 (0)