We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8916fc commit 8ac3d74Copy full SHA for 8ac3d74
.github/workflows/ci-lazer-solana-contract.yml
@@ -44,7 +44,9 @@ jobs:
44
- name: Create Solana key
45
run: solana-keygen new --no-bip39-passphrase
46
- name: Install Anchor
47
- run: cargo install --git https://github.com/solana-foundation/anchor --tag v0.30.1 --locked anchor-cli
+ 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
50
- name: Build Solana program
51
run: cargo build-sbf
52
- name: Run anchor tests
0 commit comments