[pan] ci: fix dumb mistake



commit 8747492ccc126099f83245b2b3d1a943066a2fe3
Author: Dominique Dumont <dod debian org>
Date:   Fri Sep 23 19:05:06 2022 +0200

    ci: fix dumb mistake

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fc785e1..3b24533 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -85,5 +85,5 @@ build-ubuntu-gtk3-bare-bones:
   script:
     - mkdir _build
     - cd _build
-    - ../autogen.sh--without --without-gtkspell
+    - ../autogen.sh --without-gtkspell
     - make


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]