Skip to content

Commit

Permalink
GA: Remove yarn install, add submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Achintya Rao <[email protected]>
  • Loading branch information
RaoOfPhysics committed Jul 29, 2024
1 parent fd7b085 commit cfda9c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
- name: clone-submodules
run: |
git submodule init
git submodule update
- name: build
run: |
yarn install
yarn build

0 comments on commit cfda9c1

Please sign in to comment.