From 4b12b84eacfc9acff004e5949ae1a74b3d77a83c Mon Sep 17 00:00:00 2001 From: Tlntin Date: Sun, 8 Jan 2023 15:58:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95rust=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pake_build.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/pake_build.yaml b/.github/workflows/pake_build.yaml index be58521..bbc125a 100644 --- a/.github/workflows/pake_build.yaml +++ b/.github/workflows/pake_build.yaml @@ -101,6 +101,17 @@ jobs: curl -L https://github.com/probonopd/uploadtool/raw/master/upload.sh --output upload.sh bash upload.sh output/*/*.* + - name: rust cache store + uses: actions/cache@v3 + with: + path: | + ~/.cargo/bin/ + ~/.cargo/registry/index/ + ~/.cargo/registry/cache/ + ~/.cargo/git/db/ + src-tauri/target/ + key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} + # - name: Build archive # shell: bash # run: |