Skip to content

Commit

Permalink
Fix wasm downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
rivessamr committed Aug 26, 2024
1 parent 2746206 commit 1ff29fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/submodule_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
uses: rive-app/github-actions-submodule-check@v8
with:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SUBMODULE_GIT_URL: https://github.com/rive-app/rive-cpp.git
SUBMODULE_GIT_URL: https://github.com/rive-app/rive-runtime.git
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "submodules/rive-cpp"]
path = wasm/submodules/rive-cpp
url = [email protected]:rive-app/rive-cpp.git
[submodule "submodules/rive-runtime"]
path = wasm/submodules/rive-runtime
url = [email protected]:rive-app/rive-runtime.git

0 comments on commit 1ff29fc

Please sign in to comment.