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 6e62675 commit c498dbbCopy full SHA for c498dbb
.github/workflows/release-program.yaml
@@ -9,7 +9,7 @@ env:
9
RUST_TOOLCHAIN: 1.75.0
10
SOLANA_CLI_VERSION: 1.18.15
11
ANCHOR_CLI_VERSION: 0.30.1
12
- ANCHOR_SHA: fc9fd6d24b9be84abb2f40e47ed3faf7b11864ae
+ ANCHOR_SHA: e6d7dafe12da661a36ad1b4f3b5970e8986e5321
13
CARGO_TERM_COLOR: always
14
15
jobs:
.github/workflows/test.yaml
@@ -53,8 +53,8 @@ jobs:
53
test-unit:
54
name: Rust Unit Tests
55
runs-on: ubuntu-latest
56
- env:
57
- RUSTUP_TOOLCHAIN: stable
+ # env:
+ # RUSTUP_TOOLCHAIN: stable
58
steps:
59
- uses: actions/checkout@v3
60
0 commit comments