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 4, 2023
1 parent c2b39d2 commit 23d8d13
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/actions/build-program/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ runs:
- uses: ./.github/actions/setup-common/

- uses: ./.github/actions/setup-anchor-cli/
with:
node-version: ${{ env.NODE_VERSION }}

- uses: actions/cache@v2
name: Cache Cargo registry + index
Expand Down
2 changes: 0 additions & 2 deletions .github/actions/build-workspace/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ runs:
- uses: ./.github/actions/setup-common/

- uses: ./.github/actions/setup-anchor-cli/
with:
node-version: ${{ env.NODE_VERSION }}

- uses: actions/cache@v2
name: Cache Cargo registry + index
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-program.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build program using Anchor
uses: ./.github/actions/build-program/
with:
program: ${{ env.PROGRAM_LIB_NAME }}
program_lib_name: ${{ env.PROGRAM_LIB_NAME }}

# Build verifiable program - store it in target/deploy/${PROGRAM_LIB_NAME}.so
- name: Build verifiable program
Expand Down

0 comments on commit 23d8d13

Please sign in to comment.