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 46f66f3 commit d0096f6Copy full SHA for d0096f6
.github/workflows/steel.yml
@@ -180,7 +180,7 @@ jobs:
180
# Install pnpm
181
npm install --global pnpm
182
- name: Setup Solana stable
183
- uses: heyAyushh/setup-solana@v5.4
+ uses: heyAyushh/setup-solana@v5.5
184
with:
185
solana-cli-version: stable
186
- name: Build and Test with Stable
@@ -190,7 +190,7 @@ jobs:
190
rustc -V
191
process_projects "stable"
192
- name: Setup Solana 1.18.17
193
194
195
solana-cli-version: 1.18.17
196
- name: Build and Test with 1.18.17
0 commit comments