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 0fed6d7 commit 872af90Copy full SHA for 872af90
.github/workflows/ci-message-buffer.yml
@@ -31,7 +31,7 @@ jobs:
31
unset CARGO_UNSTABLE_SPARSE_REGISTRY
32
unset CARGO_REGISTRIES_CRATES_IO_PROTOCOL
33
# 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
+ cargo install --git https://github.com/coral-xyz/anchor --tag v0.27.0 anchor-cli --locked
35
- name: Install g++ 12
36
run: |
37
sudo apt-get install g++-12
pythnet/message_buffer/rust-toolchain.toml
@@ -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