Skip to content

Commit

Permalink
fetch submodule in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPeters committed Jan 11, 2025
1 parent d8385ee commit 2c4586a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
./emsdk activate latest
source ./emsdk_env.sh
cd ..
git submodule update --init --recursive
make wasm
mac:
Expand All @@ -31,4 +32,5 @@ jobs:
./emsdk activate latest
source ./emsdk_env.sh
cd ..
git submodule update --init --recursive
make wasm

0 comments on commit 2c4586a

Please sign in to comment.