Skip to content

Commit

Permalink
add just update-build to CI yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Apr 18, 2024
1 parent 7b77d50 commit f1b3145
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
cargo install wasm-tools
- name: Build and Compose Wasm
run: just compose
run: |
just build-submodules
just compose
- name: Archive build
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f1b3145

Please sign in to comment.