Skip to content

Commit

Permalink
update CI cache action (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe committed Aug 24, 2023
1 parent d130e70 commit 50acc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: echo "MASP_PARAMS=$(cargo run --release --example get-params-path --features directories)" >> $GITHUB_ENV
- name: Cache MASP parameters
id: cache-params
uses: actions/cache@v3.2.4
uses: actions/cache@v3.3.1
with:
path: ${{ env.MASP_PARAMS }}
key: ${{ runner.os }}-params
Expand Down

0 comments on commit 50acc50

Please sign in to comment.