Skip to content

Commit

Permalink
fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Jul 21, 2023
1 parent 7ee0862 commit 6b66ebf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# --force because the cargo cache has it saved
- name: Install Solana Verify
run: |
cargo install solana-verify
cargo install solana-verify --force
solana-verify --version
- name: Verifiable Build
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ jobs:
working-directory: ./mev-programs
run: anchor test

# Verified Build
# Verified build
# --force because the cargo cache has it saved
- name: Install Solana Verify
run: |
cargo install solana-verify
cargo install solana-verify --force
solana-verify --version
- name: Verifiable Build
Expand Down

0 comments on commit 6b66ebf

Please sign in to comment.