diff options
author | Albert Astals Cid <aacid@kde.org> | 2024-03-03 18:39:00 +0100 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2024-03-03 18:39:00 +0100 |
commit | 9c2cf5608a21b6fb9be4e0c7918d13cd2b652c23 (patch) | |
tree | e484143fc530c92a27bf2ecc0c8dc35ef82d4be4 | |
parent | 481ee336d15bdf6b2b6084dddcd1617b032d2cd5 (diff) |
CI: Switch debian to testing
unstable is broken at the moment
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5428cf68..bff3bc17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: debian:unstable +image: debian:testing stages: - build @@ -6,7 +6,7 @@ stages: - publish before_script: - - echo 'deb-src http://deb.debian.org/debian unstable main' >> /etc/apt/sources.list + - echo 'deb-src http://deb.debian.org/debian testing main' >> /etc/apt/sources.list - apt-get update - apt-get build-dep --yes --no-install-recommends poppler - apt-get install --yes --no-install-recommends ninja-build libcurl4-openssl-dev git ca-certificates locales libgtk-3-dev libbrotli-dev libboost-container-dev qt6-base-dev |