测试rust缓存
This commit is contained in:
11
.github/workflows/pake_build.yaml
vendored
11
.github/workflows/pake_build.yaml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user