From 7bc23fe51e32fb64693c2182719c2dddb1a2cf46 Mon Sep 17 00:00:00 2001 From: man0s <95379755+losman0s@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:46:54 +0800 Subject: [PATCH] ci: wip actions --- .github/actions/build-verifiable-program/action.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/actions/build-verifiable-program/action.yaml b/.github/actions/build-verifiable-program/action.yaml index 2f053bd9..cb0a4483 100644 --- a/.github/actions/build-verifiable-program/action.yaml +++ b/.github/actions/build-verifiable-program/action.yaml @@ -1,6 +1,14 @@ name: "Build Verified" description: "Builds an Anchor Program using solana-verify" +env: + RUST_TOOLCHAIN: 1.71.0 + SOLANA_CLI_VERSION: 1.16.20 + ANCHOR_CLI_VERSION: 0.29.0 + ANCHOR_SHA: fc9fd6d24b9be84abb2f40e47ed3faf7b11864ae + CARGO_TERM_COLOR: always + CARGO_BUILD_TARGET: x86_64-unknown-linux-gnu + inputs: program_lib_name: description: "The program to build"