From d4818aacbc4815e936f23aa0ac2b49ac429c76f2 Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Mon, 11 Nov 2024 13:40:12 -0600 Subject: [PATCH] Temp fix for Gitlab Mac runner --- receivers/electron/.gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index 43a8ccc..ad0068a 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -19,6 +19,8 @@ buildMac: tags: - m1-macos before_script: + # Temporary fix since runner is having restart issues... + - source ~/.bashrc - cd receivers/electron script: - npm install