From e24c769e9cc46b2b197a8020c7d7cc4af8ef736d Mon Sep 17 00:00:00 2001 From: jordy25519 Date: Wed, 9 Apr 2025 11:05:06 +0900 Subject: [PATCH] Update build.yml Disable ci cache --- .github/workflows/build.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29fb9da..2095c90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,18 +31,18 @@ jobs: uses: actions/checkout@v4 with: submodules: true - - name: Cache Rust toolchain - uses: actions/cache@v4 - with: - path: | - ~/.rustup - ~/.cargo/bin - ~/.cargo/registry - ~/.cargo/git - target - key: ${{ runner.os }}-rust-${{ hashFiles('**/Cargo.lock') }} - restore-keys: | - ${{ runner.os }}-rust- +# - name: Cache Rust toolchain +# uses: actions/cache@v4 +# with: +# path: | +# ~/.rustup +# ~/.cargo/bin +# ~/.cargo/registry +# ~/.cargo/git +# target +# key: ${{ runner.os }}-rust-${{ hashFiles('**/Cargo.lock') }} +# restore-keys: | +# ${{ runner.os }}-rust- - name: Config rust toolchain run: | rustup show active-toolchain