summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Neumann <sven@svenfoo.org>2020-10-05 09:26:28 +0200
committerFederico Mena Quintero <federico@gnome.org>2020-10-05 18:43:36 -0500
commitab069926f683eda6413f658c4d98606609827ac6 (patch)
treed397122da524963974e662e6939ba3df4d9af4b9
parent1c5e533a8fc5e7211ced07d28151de3956c5dd75 (diff)
downloadlibrsvg-ab069926f683eda6413f658c4d98606609827ac6.tar.gz
Fix the debian:testing_release build
This broke when I changed the build to run on the x86_64 image, but forgot to change the PATH for gdk-pixbuf-query-loaders, see commit c5f09c73b5f76e77fa6d784f54b600996a75c8dc.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cb31d3ba..2506be89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -187,7 +187,7 @@ debian:testing_release:
LIBRSVG_DEBUG: "no"
RSVG_TEST_TOLERANCE: "255"
before_script:
- - export PATH=$PATH:/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0
+ - export PATH=$PATH:/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0
<<: *distro_test
<<: *stage_3