Skip to content

Commit 171bbef

Browse files
committed
ci81
1 parent 0fb2e89 commit 171bbef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +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
3133
# Anchor doesn't build with newer Rust
3234
cargo +1.66.1 install --git https://github.com/coral-xyz/anchor --tag v0.27.0 anchor-cli --locked
3335
- name: Install g++ 12
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
22
# Cannot upgrade: tests fail with rust 1.88.0.
3-
channel = "1.79.0"
3+
channel = "1.81.0"

0 commit comments

Comments
 (0)