mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 16:39:55 +00:00
Fix arm submodule (#2174)
This commit is contained in:
parent
d5a213760d
commit
2e65b31aa6
1 changed files with 2 additions and 0 deletions
|
@ -154,6 +154,8 @@ steps:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install --no-install-recommends --yes git
|
- apt install --no-install-recommends --yes git
|
||||||
- git fetch --tags
|
- git fetch --tags
|
||||||
|
- git submodule init
|
||||||
|
- git submodule update --recursive --remote
|
||||||
|
|
||||||
# TODO temporarily disable arm tests
|
# TODO temporarily disable arm tests
|
||||||
# - name: cargo test
|
# - name: cargo test
|
||||||
|
|
Loading…
Reference in a new issue