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 8804ccf commit 716e212Copy full SHA for 716e212
.github/workflows/ci-message-buffer.yml
@@ -28,8 +28,10 @@ jobs:
28
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
29
- name: Install Anchor
30
run: |
31
- # Anchor doesn't build with newer Rust
+ # Avoid cargo registry config clash with recent versions
32
+ export CARGO_HOME=$HOME/.cargo/1.66.1
33
unset CARGO_UNSTABLE_SPARSE_REGISTRY
34
+ # Anchor doesn't build with newer Rust
35
cargo +1.66.1 install --git https://github.com/coral-xyz/anchor --tag v0.27.0 anchor-cli --locked
36
- name: Install g++ 12
37
0 commit comments