File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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:"
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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments