Skip to content

Commit

Permalink
Fix build and steward verified build
Browse files Browse the repository at this point in the history
  • Loading branch information
ebatsell committed Jul 29, 2024
1 parent ad711ce commit 2021ba5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: baptiste0928/cargo-install@v3
with:
crate: anchor-cli
version: "0.30.0"
version: "0.30.1"
- name: install solana toolsuite
run: sh -c "$(curl -sSfL https://release.solana.com/v1.18.11/install)"
- name: add to path
Expand All @@ -90,6 +90,8 @@ jobs:
# run verified build
- run: solana-verify build --library-name validator_history

- run: solana-verify build --library-name jito_steward -- --features mainnet-beta

# upload the IDL and verified build
- name: Upload validator_history.so
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2021ba5

Please sign in to comment.