Skip to content

Commit 58a589a

Browse files
committed
fix workspace issue
1 parent 41fdf90 commit 58a589a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/steel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install pnpm
3434
run: |
3535
npm install --global pnpm
36-
- name: Build Native programs
36+
- name: Build Steel native programs
3737
run: |
3838
declare -a ProjectDirs=($(find . -type d -name "steel"| grep -v -f <(grep . .github/.ghaignore | grep -v '^$')))
3939
echo "Projects to Build:"
@@ -83,7 +83,7 @@ jobs:
8383
- name: Install pnpm
8484
run: |
8585
npm install --global pnpm
86-
- name: Test solana native programs
86+
- name: Test Steel native programs
8787
run: |
8888
solana -V
8989
rustc -V

0 commit comments

Comments
 (0)