diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2026-02-21 09:27:06 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2026-02-21 09:27:06 -0300 |
| commit | bf14cd537eb4dff5d344d27bdb97e9a8ea89d814 (patch) | |
| tree | d45775a6f41c38b71eb3e83cb12fbd92c1b3d20d | |
| parent | 03eb9c22cdf9b8015b70511bf824f07c8011171b (diff) | |
| download | keyringer-bf14cd537eb4dff5d344d27bdb97e9a8ea89d814.tar.gz keyringer-bf14cd537eb4dff5d344d27bdb97e9a8ea89d814.tar.bz2 | |
Fix: CI: debian: add deb-src entry
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc9d0d7..1d9fda5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,9 @@ debian: - echo 'DISTRIBUTION=sid' > /etc/pbuilderrc - echo 'MIRRORSITE=http://http.debian.net/debian/' >> /etc/pbuilderrc + # Add sources, so apt-get build-dep works + - echo "deb-src https://deb.debian.org/debian sid main" >> /etc/apt/sources.list + # Install dependencies - apt-get update - apt-get install -y git |
