summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsi29a <psi29a@gmail.com>2021-12-07 16:57:59 +0000
committerpsi29a <psi29a@gmail.com>2021-12-07 16:57:59 +0000
commitf7075cca3469467525b7681cb15cdbca48924347 (patch)
tree8dffa1ccd60eaac67de4e2e02291ab56206bbaa7
parentef57c0dd65275a3b00a8d514a51eeb21ea0bac5c (diff)
Update .gitlab-ci.ymlswitch-to-ppa
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e54c384a1e..538bfa11ec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -129,7 +129,7 @@ Ubuntu_GCC_Static_Deps:
- ccache/
- build/extern/fetched/
before_script:
- - apt-get update; apt-get-y install software-properties-common; add-apt-repository -y ppa:openmw/openmw
+ - apt-get update; apt-get -y install software-properties-common; add-apt-repository -y ppa:openmw/openmw
- CI/install_debian_deps.sh gcc openmw-deps openmw-deps-static
variables:
CI_OPENMW_USE_STATIC_DEPS: 1