Skip to content

Commit 8ac3d74

Browse files
committed
above change but with v79 for anchor cli
1 parent c8916fc commit 8ac3d74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-lazer-solana-contract.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
- name: Create Solana key
4545
run: solana-keygen new --no-bip39-passphrase
4646
- name: Install Anchor
47-
run: cargo install --git https://github.com/solana-foundation/anchor --tag v0.30.1 --locked anchor-cli
47+
run: |
48+
rustup install 1.79.0
49+
RUSTFLAGS= cargo +1.79.0 install --git https://github.com/solana-foundation/anchor --tag v0.30.1 --locked anchor-cli
4850
- name: Build Solana program
4951
run: cargo build-sbf
5052
- name: Run anchor tests

0 commit comments

Comments
 (0)