Skip to content

Commit b74293a

Browse files
committed
update steel CI on 2.1
1 parent b5c9b5e commit b74293a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/steel.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,11 @@ jobs:
252252
# Make the script executable
253253
chmod +x build_and_test.sh
254254
255-
- name: Setup Solana stable
255+
- name: Setup Solana Beta
256256
uses: heyAyushh/[email protected]
257257
with:
258-
solana-cli-version: stable
259-
- name: Build and Test with Stable
258+
solana-cli-version: beta
259+
- name: Build and Test with Beta
260260
env:
261261
SCCACHE_GHA_ENABLED: "true"
262262
RUSTC_WRAPPER: "sccache"
@@ -265,13 +265,13 @@ jobs:
265265
solana -V
266266
rustc -V
267267
solana-keygen new --no-bip39-passphrase
268-
process_projects "stable"
268+
process_projects "beta"
269269
sccache --show-stats
270-
- name: Setup Solana 1.18.17
270+
- name: Setup Solana Stable
271271
uses: heyAyushh/[email protected]
272272
with:
273-
solana-cli-version: 1.18.17
274-
- name: Build and Test with 1.18.17
273+
solana-cli-version: stable
274+
- name: Build and Test with Stable
275275
env:
276276
SCCACHE_GHA_ENABLED: "true"
277277
RUSTC_WRAPPER: "sccache"
@@ -280,7 +280,7 @@ jobs:
280280
solana -V
281281
rustc -V
282282
solana-keygen new --no-bip39-passphrase --force
283-
process_projects "1.18.17"
283+
process_projects "stable"
284284
sccache --show-stats
285285
286286
- name: Set failed projects output

0 commit comments

Comments
 (0)