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 41fdf90 commit 58a589aCopy full SHA for 58a589a
.github/workflows/steel.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install pnpm
34
run: |
35
npm install --global pnpm
36
- - name: Build Native programs
+ - name: Build Steel native programs
37
38
declare -a ProjectDirs=($(find . -type d -name "steel"| grep -v -f <(grep . .github/.ghaignore | grep -v '^$')))
39
echo "Projects to Build:"
@@ -83,7 +83,7 @@ jobs:
83
84
85
86
- - name: Test solana native programs
+ - name: Test Steel native programs
87
88
solana -V
89
rustc -V
0 commit comments