From a7837effaec0132194cdebcdc9a75340c8a5c9af Mon Sep 17 00:00:00 2001 From: makarychev <3645723+makarychev@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:29:21 +0200 Subject: [PATCH] fix access to ci script --- .github/workflows/build.yml | 12 ++++++------ ci/build-and-test.sh | 0 2 files changed, 6 insertions(+), 6 deletions(-) mode change 100644 => 100755 ci/build-and-test.sh diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0640b9..3dcb1b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/ci/build-and-test.sh b/ci/build-and-test.sh old mode 100644 new mode 100755