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

Commit fed1b4d

Browse files
committed
Update CI jobs
1 parent a326b9f commit fed1b4d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ 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
36-
echo "RUST_STABLE=$rust_stable" >> $GITHUB_ENV
3738
source ci/solana-version.sh
38-
echo "SOLANA_VERSION=$solana_version" >> $GITHUB_ENV
3939
source ci/install-anchor.sh
4040
echo "ANCHOR_CLI_VERSION=$anchor_cli_version" >> $GITHUB_ENV
4141

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ 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

0 commit comments

Comments
 (0)