Skip to content

Commit

Permalink
Update CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Oct 30, 2024
1 parent a326b9f commit 6c5b346
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/pull-request-account-compression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ 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
Expand Down Expand Up @@ -94,4 +95,6 @@ jobs:
key: node-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
node-
- name: Set env vars
run: echo "SOLANA_VERSION=v2.0.14" >> $GITHUB_ENV
- run: ./ci/js-test-account-compression.sh
3 changes: 1 addition & 2 deletions .github/workflows/pull-request-token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,15 +205,14 @@ 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
echo "SOLANA_VERSION=$solana_version" >> $GITHUB_ENV
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_STABLE_VERSION }}
toolchain: ${{ env.RUST_STABLE }}

- uses: actions/cache@v4
with:
Expand Down

0 comments on commit 6c5b346

Please sign in to comment.