Skip to content

Commit

Permalink
Merge branch 'main' into joe/amount_test
Browse files Browse the repository at this point in the history
  • Loading branch information
joe committed Aug 24, 2023
2 parents 6fe3cb0 + 50acc50 commit de5995b
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 de5995b

Please sign in to comment.