We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3af32 commit dfef5cdCopy full SHA for dfef5cd
.github/workflows/solana.yml
@@ -144,17 +144,19 @@ jobs:
144
- name: make anchor-test-upgrade
145
run: make anchor-test-upgrade
146
working-directory: ./solana
147
+
148
make-test-sbf:
149
name: make test-sbf
150
runs-on: ubuntu-latest
151
steps:
152
- uses: actions/checkout@v4
153
with:
154
submodules: true
- - name: Install toolchain
155
- uses: dtolnay/rust-toolchain@master
+ - uses: metadaoproject/setup-anchor@v2
156
157
- toolchain: ${{ env.RUSTC_VERSION }}
+ node-version: "20.11.0"
158
+ solana-cli-version: "1.18.15"
159
+ anchor-version: "0.30.1"
160
- name: Git Submodule Update
161
run: |
162
git config --global user.email "[email protected]"
0 commit comments