From 177725119c972718ac4c1eefa7f95b9d62e74228 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Tue, 21 Nov 2023 07:17:22 -0500 Subject: [PATCH] `tests`: disable rust cache for musl CI test workflow [skip ci] --- .github/workflows/rust-musl.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust-musl.yml b/.github/workflows/rust-musl.yml index 972240ece..d4eb87761 100644 --- a/.github/workflows/rust-musl.yml +++ b/.github/workflows/rust-musl.yml @@ -50,10 +50,10 @@ jobs: profile: minimal target: x86_64-unknown-linux-musl override: true - - name: Setup Rust-cache - uses: Swatinem/rust-cache@v2 - with: - key: qsv-x86_64-unknown-linux-musl-cache + # - name: Setup Rust-cache + # uses: Swatinem/rust-cache@v2 + # with: + # key: qsv-x86_64-unknown-linux-musl-cache - name: Run tests env: RUSTFLAGS: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma