Skip to content

Commit d43980b

Browse files
committed
👷 Update CI
1 parent 81dfcf1 commit d43980b

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/run-tests.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
pull_request:
55

66
env:
7-
solana_version: v1.17.0
7+
solana_version: v1.18.0
88
anchor_version: 0.29.0
99

1010
jobs:
1111
install:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- uses: actions/cache@v3
1717
name: cache solana cli
@@ -43,15 +43,11 @@ jobs:
4343
yarn --frozen-lockfile --network-concurrency 2
4444
4545
- name: install rust
46-
uses: dtolnay/rust-toolchain@1.75.0
46+
uses: dtolnay/rust-toolchain@stable
4747
with:
4848
toolchain: stable
4949

50-
- name: Cache rust
51-
uses: Swatinem/rust-cache@v2
52-
5350
- name: install solana
54-
if: steps.cache-solana.outputs.cache-hit != 'true'
5551
run: |
5652
sh -c "$(curl -sSfL https://release.solana.com/${{ env.solana_version }}/install)"
5753
export PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH"
@@ -150,7 +146,6 @@ jobs:
150146
rustc --version
151147
cargo --version
152148
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
153-
cargo add --package bolt-cli solana-readonly-account
154149
cargo install --path cli --force --locked
155150
bolt init test-project --force
156151
cd test-project && bolt test

0 commit comments

Comments
 (0)