mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-24 05:11:09 +00:00
apt update
This commit is contained in:
parent
684ee5b3c3
commit
6c487284c1
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ steps:
|
|||
- name: check documentation build
|
||||
image: rust:1.49-slim-buster
|
||||
commands:
|
||||
- apt update
|
||||
- apt install git
|
||||
- git submodule init
|
||||
- git submodule update --recursive --remote
|
||||
|
|
Loading…
Reference in a new issue