Browse Source

fix workspace issue

Ayush 1 year ago
parent
commit
20c7f5b43d
2 changed files with 3 additions and 3 deletions
  1. 2 2
      .github/workflows/steel.yml
  2. 1 1
      Cargo.toml

+ 2 - 2
.github/workflows/steel.yml

@@ -33,7 +33,7 @@ jobs:
       - name: Install pnpm
         run: |
           npm install --global pnpm
-      - name: Build Native programs
+      - name: Build Steel native programs
         run: |
           declare -a ProjectDirs=($(find . -type d -name "steel"| grep -v -f <(grep . .github/.ghaignore | grep -v '^$')))
           echo "Projects to Build:"
@@ -83,7 +83,7 @@ jobs:
       - name: Install pnpm
         run: |
           npm install --global pnpm
-      - name: Test solana native programs
+      - name: Test Steel native programs
         run: |
           solana -V
           rustc -V

+ 1 - 1
Cargo.toml

@@ -15,7 +15,7 @@ members = [
     "basics/cross-program-invocation/anchor/programs/*",
     "basics/hello-solana/native/program",
     "basics/hello-solana/anchor/programs/*",
-    "basics/hello-solana/steel/*",
+    "basics/hello-solana/steel/program",
     "basics/pda-rent-payer/native/program",
     "basics/pda-rent-payer/anchor/programs/*",
     "basics/processing-instructions/native/program",