summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-11-06 16:53:19 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2021-11-07 20:12:22 +0000
commit16d77ef25e939e36ee649638525ff4c6741545d6 (patch)
treebc4c7e4750a1546fd2c7f9f0107ff64fde22f7eb /.gitlab-ci
parent8b66901e64579d7397816ce4f7d7fb21b4d153ac (diff)
downloadgobject-introspection-16d77ef25e939e36ee649638525ff4c6741545d6.tar.gz
ci: Fix pcre subproject promotion
The pcre subproject in GLib was renamed, so we need to fix the incantation that promotes the subproject in our own CI.
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/test-msvc.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test-msvc.bat b/.gitlab-ci/test-msvc.bat
index f9699bab..0a6ba1a2 100644
--- a/.gitlab-ci/test-msvc.bat
+++ b/.gitlab-ci/test-msvc.bat
@@ -12,7 +12,7 @@ SET PATH=%CD%;%CD%\win_flex_bison;%PATH%
pip3 install --upgrade --user meson==0.55.3 || goto :error
meson subprojects download glib
-meson wrap promote subprojects\glib\subprojects\libpcre.wrap
+meson wrap promote subprojects\glib\subprojects\pcre.wrap
meson setup _build || goto :error
meson compile -C _build || goto :error