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

Commit 6c5b346

Browse files
committed
Update CI jobs
1 parent a326b9f commit 6c5b346

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ jobs:
3232

3333
- name: Set env vars
3434
run: |
35+
echo "RUST_STABLE_VERSION=1.78.0" >> $GITHUB_ENV
36+
echo "SOLANA_VERSION=v2.0.14" >> $GITHUB_ENV
3537
source ci/rust-version.sh
3638
echo "RUST_STABLE=$rust_stable" >> $GITHUB_ENV
3739
source ci/solana-version.sh
38-
echo "SOLANA_VERSION=$solana_version" >> $GITHUB_ENV
3940
source ci/install-anchor.sh
4041
echo "ANCHOR_CLI_VERSION=$anchor_cli_version" >> $GITHUB_ENV
4142
@@ -94,4 +95,6 @@ jobs:
9495
key: node-${{ hashFiles('pnpm-lock.yaml') }}
9596
restore-keys: |
9697
node-
98+
- name: Set env vars
99+
run: echo "SOLANA_VERSION=v2.0.14" >> $GITHUB_ENV
97100
- run: ./ci/js-test-account-compression.sh

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,15 +205,14 @@ jobs:
205205

206206
- name: Set env vars
207207
run: |
208-
echo "RUST_STABLE_VERSION=1.78.0" >> $GITHUB_ENV
209208
source ci/rust-version.sh
210209
echo "RUST_STABLE=$rust_stable" >> $GITHUB_ENV
211210
source ci/solana-version.sh
212211
echo "SOLANA_VERSION=$solana_version" >> $GITHUB_ENV
213212
214213
- uses: dtolnay/rust-toolchain@master
215214
with:
216-
toolchain: ${{ env.RUST_STABLE_VERSION }}
215+
toolchain: ${{ env.RUST_STABLE }}
217216

218217
- uses: actions/cache@v4
219218
with:

0 commit comments

Comments
 (0)