Skip to content

Commit

Permalink
add local cache to release
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroaisen committed Jun 6, 2023
1 parent f61f727 commit 909604a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
# cache-all-crates: true
# shared-key: release

- name: Local cargo cache
id: release-cargo-cache
uses: MasterworksIO/[email protected]
with:
path: ./target
key: release-cargo-target

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 909604a

Please sign in to comment.