Skip to content

Commit c34bd69

Browse files
committed
[DEBUG] CMake vs librdkafka
1 parent 5e908a9 commit c34bd69

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/rust-cubestore.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,6 @@ jobs:
3232
env:
3333
RUST: ${{ matrix.rust }}
3434
steps:
35-
- name: Maximize build space (disk space limitations)
36-
run: |
37-
sudo apt list --all-versions cmake
38-
which cmake
39-
cmake --version
40-
ls -l /usr/local/bin/cmake
41-
sudo apt install -y cmake
42-
ls -l /usr/bin/cmake
43-
sudo rm -rf /usr/local/bin/cmake
44-
sudo rm -rf /usr/local/share/cmake*
45-
which cmake
46-
echo $PATH
47-
cmake --version
4835
- name: Checkout
4936
uses: actions/checkout@v4
5037
- name: Install Rust

0 commit comments

Comments
 (0)