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 baf9e56 commit 8ac69eaCopy full SHA for 8ac69ea
.github/workflows/ci-lazer-solana-contract.yml
@@ -46,8 +46,10 @@ jobs:
46
- name: Install Anchor
47
run: |
48
rustup install 1.79.0
49
- RUSTFLAGS= cargo +1.79.0 install --git https://github.com/coral-xyz/anchor --tag v0.30.1 --locked anchor-cli
+ 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
53
- run: pnpm run test:anchor
+ run: |
54
+ cargo update -p proc-macro2 --precise 1.0.94
55
+ pnpm run test:anchor
0 commit comments