From 6ba90774d492bc8de8c22f05f02c01d91c01e03a Mon Sep 17 00:00:00 2001 From: nicknase27 Date: Wed, 26 Aug 2026 18:05:18 +0200 Subject: [PATCH] change cache workflow --- .gitea/workflows/build.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c85bcc5..0083637 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -18,15 +18,7 @@ jobs: x86_64-unknown-linux-gnu x86_64-pc-windows-gnu - - uses: https://gitea.com/actions/cache@v6 - with: - path: | - ~/.cargo/registry - ~/.cargo/git - target - key: cargo-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }} - restore-keys: | - cargo-${{ runner.os }}- + - uses: Swatinem/rust-cache@v2 - name: Install dependencies run: | @@ -51,7 +43,7 @@ jobs: cp target/x86_64-pc-windows-gnu/release/ncmprs.exe artifacts/ncmprs.exe - name: Create Release - uses: akkuman/gitea-release-action@v1 + uses: akkuman/gitea-release-action@v1 with: files: | artifacts/ncmprs