From cafd968c2af98ca5304350de163bd4778e1d0908 Mon Sep 17 00:00:00 2001 From: Morten Linderud Date: Tue, 24 Sep 2024 10:14:15 +0200 Subject: [PATCH] ci: add m4 Signed-off-by: Morten Linderud --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4913c5b..a48bf4e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ stages: # https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/issues/4 - echo -e "\e[0Ksection_start:`date +%s`:pacman[collapsed=true]\r\e[0KInstalling dependencies" - pacman -Sy --needed --noconfirm archlinux-keyring - - pacman --noconfirm -Syu --needed asciidoc make shellcheck + - pacman --noconfirm -Syu --needed asciidoc make shellcheck m4 - echo -e "\e[0Ksection_end:`date +%s`:pacman\r\e[0K" check: