Skip to content

Commit 62b241f

Browse files
committed
sol v for steel, remove solana block commands
1 parent 1cec039 commit 62b241f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/solana-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
native:
3737
- added|modified: '**/native/**'
3838
workflow:
39-
- added|modified: '.github/workflows/native.yml'
39+
- added|modified: '.github/workflows/solana-native.yml'
4040
- name: Analyze Changes
4141
id: analyze
4242
run: |

.github/workflows/steel.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,19 @@ jobs:
186186
- name: Build and Test with Stable
187187
run: |
188188
source build_and_test.sh
189-
solana block
190189
solana -V
191190
rustc -V
192191
process_projects "stable"
192+
- name: Test with Solana 1.18.17
193+
uses: heyAyushh/[email protected]
194+
with:
195+
solana-cli-version: 1.18.17
196+
- name: Build and Test with 1.18.17
197+
run: |
198+
source build_and_test.sh
199+
solana -V
200+
rustc -V
201+
process_projects "1.18.17"
193202
194203
- name: Set failed projects output
195204
id: set-failed

0 commit comments

Comments
 (0)