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 a696a4b commit 1896471Copy full SHA for 1896471
.github/workflows/ci-message-buffer.yml
@@ -50,6 +50,8 @@ jobs:
50
run_install: true
51
- name: Build and generate IDLs
52
run: |
53
+ unset CARGO_UNSTABLE_SPARSE_REGISTRY
54
+ unset CARGO_REGISTRIES_CRATES_IO_PROTOCOL
55
rustup override set 1.66.1
56
anchor build
57
rustup override unset
0 commit comments