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