Skip to content

Commit

Permalink
Merge branch 'main' into joe/serialize_test
Browse files Browse the repository at this point in the history
  • Loading branch information
joe bebel committed Aug 31, 2023
2 parents b47f6d6 + cf8a90c commit ba0f76f
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 588 deletions.
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
Loading

0 comments on commit ba0f76f

Please sign in to comment.