We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7747c63 commit c6cbe0bCopy full SHA for c6cbe0b
1 file changed
.github/workflows/ci.yml
@@ -42,8 +42,8 @@ jobs:
42
run: sudo ethtool -K eth0 tx off rx off
43
- name: Checkout sources
44
uses: actions/checkout@v2
45
- - uses: Swatinem/rust-cache@v2
46
-
+ # Don't use the rust-cache as it leads to 'no space left on device' errors
+ # - uses: Swatinem/rust-cache@v2
47
- name: Install lld
48
run: sudo apt-get install -y lld protobuf-compiler
49
0 commit comments