Skip to content

Commit 0bb0534

Browse files
committed
ci85
1 parent 716e212 commit 0bb0534

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ jobs:
2828
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
2929
- name: Install Anchor
3030
run: |
31-
# Avoid cargo registry config clash with recent versions
32-
export CARGO_HOME=$HOME/.cargo/1.66.1
3331
unset CARGO_UNSTABLE_SPARSE_REGISTRY
32+
unset CARGO_REGISTRIES_CRATES_IO_PROTOCOL
3433
# Anchor doesn't build with newer Rust
3534
cargo +1.66.1 install --git https://github.com/coral-xyz/anchor --tag v0.27.0 anchor-cli --locked
3635
- name: Install g++ 12

0 commit comments

Comments
 (0)