Skip to content

Commit 2b1c3f5

Browse files
committed
fix workflow
1 parent a57d85a commit 2b1c3f5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/solana.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,17 +144,19 @@ jobs:
144144
- name: make anchor-test-upgrade
145145
run: make anchor-test-upgrade
146146
working-directory: ./solana
147+
147148
make-test-sbf:
148149
name: make test-sbf
149150
runs-on: ubuntu-latest
150151
steps:
151152
- uses: actions/checkout@v4
152153
with:
153154
submodules: true
154-
- name: Install toolchain
155-
uses: dtolnay/rust-toolchain@master
155+
- uses: metadaoproject/setup-anchor@v2
156156
with:
157-
toolchain: ${{ env.RUSTC_VERSION }}
157+
node-version: "20.11.0"
158+
solana-cli-version: "1.18.15"
159+
anchor-version: "0.30.1"
158160
- name: Git Submodule Update
159161
run: |
160162
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)