Skip to content

Commit 377408a

Browse files
authored
Merge branch 'main' into fix/lesson4
2 parents 5884126 + cec3ca1 commit 377408a

File tree

432 files changed

+40245
-3267
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

432 files changed

+40245
-3267
lines changed

.github/workflows/steel.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
chmod +x build_and_test.sh
254254
255255
- name: Setup Solana stable
256-
uses: heyAyushh/setup-solana@v5.4
256+
uses: heyAyushh/setup-solana@v5.5
257257
with:
258258
solana-cli-version: stable
259259
- name: Build and Test with Stable
@@ -264,10 +264,11 @@ jobs:
264264
source build_and_test.sh
265265
solana -V
266266
rustc -V
267+
solana-keygen new --no-bip39-passphrase
267268
process_projects "stable"
268269
sccache --show-stats
269270
- name: Setup Solana 1.18.17
270-
uses: heyAyushh/setup-solana@v5.4
271+
uses: heyAyushh/setup-solana@v5.5
271272
with:
272273
solana-cli-version: 1.18.17
273274
- name: Build and Test with 1.18.17
@@ -278,6 +279,7 @@ jobs:
278279
source build_and_test.sh
279280
solana -V
280281
rustc -V
282+
solana-keygen new --no-bip39-passphrase --force
281283
process_projects "1.18.17"
282284
sccache --show-stats
283285

0 commit comments

Comments
 (0)