mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 08:32:02 +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 install --no-install-recommends --yes git
|
||||
- git fetch --tags
|
||||
- git submodule init
|
||||
- git submodule update --recursive --remote
|
||||
|
||||
# TODO temporarily disable arm tests
|
||||
# - name: cargo test
|
||||
|
|
Loading…
Reference in a new issue