Skip to content

Commit

Permalink
missed step clone submodule (WebARKitLib)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Nov 5, 2024
1 parent 33c0a54 commit 5a7c45d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
node-version-file: '.nvmrc'

- name: Clone git submodule (WebARKitLib)
run: git submodule update --init

- name: Install dependencies
run: npm install

Expand Down

0 comments on commit 5a7c45d

Please sign in to comment.