Skip to content

Commit 872af90

Browse files
committed
ci89
1 parent 0fed6d7 commit 872af90

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci-message-buffer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
unset CARGO_UNSTABLE_SPARSE_REGISTRY
3232
unset CARGO_REGISTRIES_CRATES_IO_PROTOCOL
3333
# Anchor doesn't build with newer Rust
34-
cargo +1.66.1 install --git https://github.com/coral-xyz/anchor --tag v0.27.0 anchor-cli --locked
34+
cargo install --git https://github.com/coral-xyz/anchor --tag v0.27.0 anchor-cli --locked
3535
- name: Install g++ 12
3636
run: |
3737
sudo apt-get install g++-12
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[toolchain]
2+
# Recent Cargo.lock format is not compatible with the anchor version in use
3+
channel = "1.66.1"

0 commit comments

Comments
 (0)