shithub: opus

Download patch

ref: 07f201a9738e23942b76289aeea572742f6533cb
parent: 93d0ef5b2e7c8d7d6288eb1fe0c334e63643eb2e
author: Marcus Asteborg <xnorpx@outlook.com>
date: Fri Jun 16 14:25:47 EDT 2023

Add dependencies for model download in Gitlab CI

--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -78,7 +78,7 @@
   stage: build
   before_script:
     - apt-get update &&
-      apt-get install -y cmake ninja-build git
+      apt-get install -y cmake ninja-build git automake libtool
     - !reference [.snippets, git_prep]
   script:
     - ./autogen.sh
@@ -92,7 +92,7 @@
   stage: build
   before_script:
     - apt-get update &&
-      apt-get install -y ninja-build doxygen meson git
+      apt-get install -y ninja-build doxygen meson git automake libtool wget
     - !reference [.snippets, git_prep]
   script:
     - ./autogen.sh
--