tmp: disable cache

This commit is contained in:
Florian Bouillon 2025-04-22 13:51:41 +02:00
parent 39fabdda81
commit ac90cd54ad
Signed by: Florian Bouillon
GPG Key ID: 7676FF78F3BC40EC

View File

@ -20,6 +20,8 @@ jobs:
- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache: false
- name: Install Bun dependencies
run: bun install --frozen-lockfile