update submodule

This commit is contained in:
wowario 2021-03-22 18:51:08 +03:00
parent 47aca44551
commit 2548134302
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ steps:
- name: linux-build
image: wowlet/wowlet-linux:v0.1
commands:
- git submodule update --init --recursive
- make release-static -j2
---