Fix arm submodule (#2174)

This commit is contained in:
Dessalines 2022-03-29 18:05:18 +00:00 committed by GitHub
parent d5a213760d
commit 2e65b31aa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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