]> jfr.im git - irc/rizon/acid.git/commitdiff
Replace libpython-dev with libpython2-dev for Debian bullseye build
authorDwarf <redacted>
Sat, 4 Sep 2021 22:21:22 +0000 (00:21 +0200)
committerDwarf <redacted>
Sat, 4 Sep 2021 22:21:22 +0000 (00:21 +0200)
.gitlab-ci.yml

index bd30567e6c4f55ff1354c674cd559d0168e5a5bb..23b7ac70e9dff6692eaf269b9aed75532a3568c7 100644 (file)
@@ -2,7 +2,7 @@ image: maven:3-jdk-8
 
 before_script:
   - apt-get update
-  - apt-get install -y build-essential libpython-dev
+  - apt-get install -y build-essential libpython2-dev
 
 build:
   script: