diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-09 02:49:57 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-09 02:49:57 +0000 |
| commit | c755e3d97d714613486aab3a7bd837b015067955 (patch) | |
| tree | b06c8c4f4c7b7575696695a22deb0dc6ae2f9a0a | |
| parent | 0057ff03da5a2370705252b89561a46a97cfddb1 (diff) | |
apt-get update
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8efe1547..3aa3ee22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ build linux x86_64: - docker - linux script: + - apt-get update - apt-get install --no-install-recommends -y qt5-default clang make git upx unzip - qmake --version - clang --version |
