From 0a35fd5723e361d2ee1718bba2616251ee475c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Tue, 12 Sep 2023 00:01:32 +0200 Subject: [PATCH] no cache --- .github/workflows/stuff.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/stuff.yml b/.github/workflows/stuff.yml index 7c429b42f7955b..76897368605777 100644 --- a/.github/workflows/stuff.yml +++ b/.github/workflows/stuff.yml @@ -13,15 +13,6 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - key: ${{ runner.os }}-cargo-build-stable-${{ hashFiles('**/Cargo.toml') }} - uses: dtolnay/rust-toolchain@stable - name: Install alsa and udev