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 1bacf60 commit e283572
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/actions/build-verifiable-program/action.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
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
8 changes: 8 additions & 0 deletions .github/workflows/build-verifiable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ on:
branches:
- "*"

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

jobs:
build-verifiable:
name: Generate verifiable build
Expand Down

0 comments on commit e283572

Please sign in to comment.