Skip to content

Commit

Permalink
Add: targetのキャッシュを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Sep 17, 2023
1 parent deaa68f commit 32b2018
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,9 @@ jobs:
- name: Cache target
uses: actions/cache@v3
with:
path: ~/.cargo
path: |
~/.cargo
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-
Expand Down

0 comments on commit 32b2018

Please sign in to comment.