Skip to content

Commit 20c7f5b

Browse files
committed
fix workspace issue
1 parent 41fdf90 commit 20c7f5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ members = [
1515
"basics/cross-program-invocation/anchor/programs/*",
1616
"basics/hello-solana/native/program",
1717
"basics/hello-solana/anchor/programs/*",
18-
"basics/hello-solana/steel/*",
18+
"basics/hello-solana/steel/program",
1919
"basics/pda-rent-payer/native/program",
2020
"basics/pda-rent-payer/anchor/programs/*",
2121
"basics/processing-instructions/native/program",

0 commit comments

Comments
 (0)