File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -179,27 +179,27 @@ jobs:
179
179
180
180
# Install pnpm
181
181
npm install --global pnpm
182
- - name : Setup Solana Beta
182
+ - name : Setup Solana Stable
183
183
uses : heyAyushh/setup-solana@v2
184
184
with :
185
- solana-cli-version : beta
186
- - name : Build and Test with Beta
185
+ solana-cli-version : stable
186
+ - name : Build and Test with Stable
187
187
run : |
188
188
source build_and_test.sh
189
189
solana -V
190
190
rustc -V
191
- process_projects "beta "
192
- - name : Setup Solana Stable
191
+ process_projects "stable "
192
+ - name : Setup Solana Beta
193
193
uses : heyAyushh/setup-solana@v2
194
194
with :
195
- solana-cli-version : stable
196
- - name : Build and Test with Stable
195
+ solana-cli-version : beta
196
+ - name : Build and Test with Beta
197
197
continue-on-error : true
198
198
run : |
199
199
source build_and_test.sh
200
200
solana -V
201
201
rustc -V
202
- process_projects "stable "
202
+ process_projects "beta "
203
203
204
204
- name : Set failed projects output
205
205
id : set-failed
You can’t perform that action at this time.
0 commit comments