ci: set cache-bin to "false" for swatinem/rust-cache action

Workaround for <https://github.com/actions/runner-images/issues/14099>.
Not clear why caching ~/.cargo/bin is needed in the first place,
so we can disable it permanently.
This commit is contained in:
link2xt
2026-05-15 02:42:39 +02:00
committed by l
parent 4eda257cfa
commit 7a39a0c8ff
2 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ jobs:
uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4
with:
save-if: ${{ github.ref == 'refs/heads/main' }}
cache-bin: false
- name: npm install
working-directory: deltachat-jsonrpc/typescript
run: npm install