Skip to content

Commit 8ac69ea

Browse files
committed
update workflow again
1 parent baf9e56 commit 8ac69ea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ jobs:
4646
- name: Install Anchor
4747
run: |
4848
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
49+
RUSTFLAGS= cargo +1.79.0 install --git https://github.com/solana-foundation/anchor --tag v0.30.1 --locked anchor-cli
5050
- name: Build Solana program
5151
run: cargo build-sbf
5252
- name: Run anchor tests
53-
run: pnpm run test:anchor
53+
run: |
54+
cargo update -p proc-macro2 --precise 1.0.94
55+
pnpm run test:anchor

0 commit comments

Comments
 (0)