Skip to content

Commit

Permalink
testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaveracll committed Jan 9, 2025
1 parent f5a1e9f commit f96c9ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-solana/build-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ runs:
FORCE_COLOR=1 &&\
cd /solana/contracts &&\
anchor build &&\
chmod -R 755 ./target"
chmod -R 755 ./target"
6 changes: 3 additions & 3 deletions .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ jobs:
if: ${{ needs.filter.outputs.should-run-ci-core == 'true' }}
uses: ./.github/actions/setup-solana

- name: Build Solana artifacts
if: ${{ needs.filter.outputs.should-run-ci-core == 'true' }}
uses: ./.github/actions/setup-solana/build-contracts.yml
# - name: Build Solana artifacts
# if: ${{ needs.filter.outputs.should-run-ci-core == 'true' }}
# uses: ./.github/actions/setup-solana/build-contracts.yml

- name: Setup wasmd
if: ${{ needs.filter.outputs.should-run-ci-core == 'true' }}
Expand Down

0 comments on commit f96c9ac

Please sign in to comment.