From 4e90fee8523bc2e0deaa7e8e0c14944fde24aa79 Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Fri, 18 Oct 2024 12:57:49 -0500 Subject: [PATCH] Gitlab CI Testing --- receivers/electron/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index bf2ca68..5342912 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -18,7 +18,7 @@ buildLinux: - fcast before_script: - cd receivers/electron - - apt install wine rpm p7zip-full unzip -y + - apt-get update -qq && apt-get install -y -qq node wine rpm p7zip-full unzip - export WINEPATH="/root/wix314-binaries/" script: - npm install