From 4ab838d9ed2f180b29ba593f04139e56d400c3b7 Mon Sep 17 00:00:00 2001 From: Evan Batsell Date: Wed, 4 Dec 2024 15:05:28 -0500 Subject: [PATCH] asdf --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 826c60f..f8165fd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: @@ -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