Skip to content

Commit

Permalink
Merge branch 'aggregate-attestations' into aggregate-attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand authored Mar 20, 2024
2 parents 3cf7b58 + 71545dc commit 30a066a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
id: output-cache
uses: actions/cache@v4
with:
path: ./*.tar.gz
path: ./test/spec/vectors/*.tar.gz
key: ${{ runner.os }}-spectest-${{ hashFiles('.spectest_version') }}
lookup-only: true
- name: Download spectests
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
- name: Fetch spectest vectors
uses: actions/cache/restore@v4
with:
path: ./*.tar.gz
path: ./test/spec/vectors/*.tar.gz
key: ${{ runner.os }}-spectest-${{ hashFiles('.spectest_version') }}
fail-on-cache-miss: true
- name: Restore dependencies cache
Expand Down

0 comments on commit 30a066a

Please sign in to comment.