ref: 44ed6bc3f70730bd783a2a1ef4498767b1a1a21b
parent: 7e78f34d963fee89f9f8d56806b94d25e14a6404
author: Marcus Asteborg <xnorpx@outlook.com>
date: Sun Jun 18 04:56:36 EDT 2023
Add missing depedency wget
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,7 +58,7 @@
stage: build
before_script:
- apt-get update &&
- apt-get install -y zip doxygen git automake libtool make
+ apt-get install -y zip doxygen git automake libtool make wget
- !reference [.snippets, git_prep]
script:
- ./autogen.sh
@@ -78,7 +78,7 @@
stage: build
before_script:
- apt-get update &&
- apt-get install -y cmake ninja-build git automake libtool
+ apt-get install -y cmake ninja-build git automake libtool wget
- !reference [.snippets, git_prep]
script:
- ./autogen.sh
--
⑨