mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
force update submodules on build
This commit is contained in:
parent
29b7bf859e
commit
8a80cf9ee3
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -76,6 +76,9 @@ jobs:
|
||||
.git/modules
|
||||
key: ${{ runner.os }}-vendor-modules-${{ steps.submodules.outputs.hash }}
|
||||
|
||||
- name: Update submodules
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
- name: Build binaries
|
||||
run: make V=1 QUICK_AND_DIRTY_COMPILER=1 all tools
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user