Skip to content

Commit 8804ccf

Browse files
committed
ci82
1 parent 171bbef commit 8804ccf

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
# Anchor doesn't build with newer Rust
32+
unset CARGO_UNSTABLE_SPARSE_REGISTRY
3433
cargo +1.66.1 install --git https://github.com/coral-xyz/anchor --tag v0.27.0 anchor-cli --locked
3534
- name: Install g++ 12
3635
run: |

0 commit comments

Comments
 (0)