From 95704c38f1aef5c5b5224d77ed28ad6960bd69fb Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Fri, 18 Oct 2024 17:53:29 -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 79e5304..bbca5b2 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -24,7 +24,7 @@ buildLinux: script: - npm install - npm run build - - npm run make -- --platform="win32" --arch="x64" + # - npm run make -- --platform="win32" --arch="x64" - npm run make -- --platform="linux" --arch="x64" - npm run make -- --platform="linux" --arch="arm64" when: manual