Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
ebatsell committed Dec 4, 2024
1 parent 2b40b30 commit 4ab838d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: baptiste0928/cargo-install@v3
with:
crate: solana-verify
version: "0.2.4"
version: "0.2.14"
- name: Install anchor-cli from crates.io
uses: baptiste0928/cargo-install@v3
with:
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
env:
RUST_LOG: trace
SBF_OUT_DIR: ${{ github.workspace }}/target/deploy
RUST_MIN_STACK: 5000000
RUST_MIN_STACK: 10000000

# release only runs on tagged commits
# it should wait for all the other steps to finish, to ensure releases are the highest quality
Expand Down

0 comments on commit 4ab838d

Please sign in to comment.