Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 2f064c4

Browse files
committed
Really fix up CI jobs
1 parent fed1b4d commit 2f064c4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pull-request-account-compression.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
echo "RUST_STABLE_VERSION=1.78.0" >> $GITHUB_ENV
3636
echo "SOLANA_VERSION=v2.0.14" >> $GITHUB_ENV
3737
source ci/rust-version.sh
38+
echo "RUST_STABLE=$rust_stable" >> $GITHUB_ENV
3839
source ci/solana-version.sh
3940
source ci/install-anchor.sh
4041
echo "ANCHOR_CLI_VERSION=$anchor_cli_version" >> $GITHUB_ENV

.github/workflows/pull-request-token.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
213213
- uses: dtolnay/rust-toolchain@master
214214
with:
215-
toolchain: ${{ env.RUST_STABLE_VERSION }}
215+
toolchain: ${{ env.RUST_STABLE }}
216216

217217
- uses: actions/cache@v4
218218
with:

0 commit comments

Comments
 (0)