From fed1b4d985e30c574b2cc3c5ac007d2c47a02c3d Mon Sep 17 00:00:00 2001 From: Jon C Date: Wed, 30 Oct 2024 18:54:22 +0100 Subject: [PATCH] Update CI jobs --- .github/workflows/pull-request-account-compression.yml | 4 ++-- .github/workflows/pull-request-token.yml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request-account-compression.yml b/.github/workflows/pull-request-account-compression.yml index 48f63c7a9a6..539670ec797 100644 --- a/.github/workflows/pull-request-account-compression.yml +++ b/.github/workflows/pull-request-account-compression.yml @@ -32,10 +32,10 @@ jobs: - name: Set env vars run: | + echo "RUST_STABLE_VERSION=1.78.0" >> $GITHUB_ENV + echo "SOLANA_VERSION=v2.0.14" >> $GITHUB_ENV source ci/rust-version.sh - echo "RUST_STABLE=$rust_stable" >> $GITHUB_ENV source ci/solana-version.sh - echo "SOLANA_VERSION=$solana_version" >> $GITHUB_ENV source ci/install-anchor.sh echo "ANCHOR_CLI_VERSION=$anchor_cli_version" >> $GITHUB_ENV diff --git a/.github/workflows/pull-request-token.yml b/.github/workflows/pull-request-token.yml index db250efb876..98ece65b7ee 100644 --- a/.github/workflows/pull-request-token.yml +++ b/.github/workflows/pull-request-token.yml @@ -205,7 +205,6 @@ jobs: - name: Set env vars run: | - echo "RUST_STABLE_VERSION=1.78.0" >> $GITHUB_ENV source ci/rust-version.sh echo "RUST_STABLE=$rust_stable" >> $GITHUB_ENV source ci/solana-version.sh