Skip to content

Commit c498dbb

Browse files
committed
fix: maybe working ci
1 parent 6e62675 commit c498dbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-program.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
RUST_TOOLCHAIN: 1.75.0
1010
SOLANA_CLI_VERSION: 1.18.15
1111
ANCHOR_CLI_VERSION: 0.30.1
12-
ANCHOR_SHA: fc9fd6d24b9be84abb2f40e47ed3faf7b11864ae
12+
ANCHOR_SHA: e6d7dafe12da661a36ad1b4f3b5970e8986e5321
1313
CARGO_TERM_COLOR: always
1414

1515
jobs:

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
test-unit:
5454
name: Rust Unit Tests
5555
runs-on: ubuntu-latest
56-
env:
57-
RUSTUP_TOOLCHAIN: stable
56+
# env:
57+
# RUSTUP_TOOLCHAIN: stable
5858
steps:
5959
- uses: actions/checkout@v3
6060

0 commit comments

Comments
 (0)