Skip to content

Commit

Permalink
fix access to ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
makarychev committed Mar 26, 2024
1 parent 2fb6c0c commit a7837ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
with:
solana-cli-version: ${{ env.SOLANA_VERSION }}

- name: Check Solana Version
run: |
solana --version
solana config set --url localhost
# - name: Check Solana Version
# run: |
# solana --version
# solana config set --url localhost

- name: Install Anchor
run: cargo install --git https://github.com/coral-xyz/anchor --tag v0.29.0 anchor-cli --locked

- name: Build
run: anchor build
# - name: Build
# run: anchor build

# TODO: fix keypair issue (generate and detect by anchor)
- name: Anchor Tests
Expand Down
Empty file modified ci/build-and-test.sh
100644 → 100755
Empty file.

0 comments on commit a7837ef

Please sign in to comment.