Skip to content

Commit

Permalink
ci: wip actions
Browse files Browse the repository at this point in the history
  • Loading branch information
losman0s committed Dec 1, 2023
1 parent 6e0ed74 commit 7bc23fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/build-verifiable-program/action.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7bc23fe

Please sign in to comment.