Skip to content

Commit 716e212

Browse files
committed
ci83
1 parent 8804ccf commit 716e212

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

0 commit comments

Comments
 (0)