Skip to content

Commit c6cbe0b

Browse files
committed
ci: Turn off rust-cache
1 parent 7747c63 commit c6cbe0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
run: sudo ethtool -K eth0 tx off rx off
4343
- name: Checkout sources
4444
uses: actions/checkout@v2
45-
- uses: Swatinem/rust-cache@v2
46-
45+
# Don't use the rust-cache as it leads to 'no space left on device' errors
46+
# - uses: Swatinem/rust-cache@v2
4747
- name: Install lld
4848
run: sudo apt-get install -y lld protobuf-compiler
4949

0 commit comments

Comments
 (0)