From ca734222cf5e38dd7a26eeabbf4f823530d58557 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 16 Aug 2024 04:34:12 +0100 Subject: ci: try to install urld harder for opensuse, ubuntu Like in a5211a15207a2e6e30e213c5530a5d1bf5c2531c. --- ci/ciimage/opensuse/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/ciimage/opensuse') diff --git a/ci/ciimage/opensuse/install.sh b/ci/ciimage/opensuse/install.sh index b0097172a..91df533ba 100755 --- a/ci/ciimage/opensuse/install.sh +++ b/ci/ciimage/opensuse/install.sh @@ -39,7 +39,7 @@ chmod +x /ci/env_vars.sh source /ci/env_vars.sh dub_fetch urld -dub build urld --compiler=dmd +dub build --deep urld --arch=x86_64 --compiler=dmd --build=debug dub_fetch dubtestproject dub build dubtestproject:test1 --compiler=dmd dub build dubtestproject:test2 --compiler=dmd -- cgit v1.2.3