Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Oct 23, 2024
1 parent 59f6864 commit d5b8760
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,11 @@ jobs:
echo "O1JS_REPO=${O1JS_REPO}" >> "$GITHUB_ENV"
echo "O1JS_REF=${O1JS_REF}" >> "$GITHUB_ENV"
- uses: meta-introspector/checkout@v4
repository : ${{ env.O1JS_REPO }}
ref : ${{ env.O1JS_REF }}
path: vendor/o1js
#submodules: recursive
with:
repository : ${{ env.O1JS_REPO }}
ref : ${{ env.O1JS_REF }}
path: vendor/o1js
#submodules: recursive
# now build and install the submodule

- run: |
Expand Down

0 comments on commit d5b8760

Please sign in to comment.