From 0a3ee66633abc6506c4ecfe1d13cd785b63cbc5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= <91018726+mauro-balades@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:48:13 +0000 Subject: [PATCH] Fixed homebrew builds --- .github/workflows/alpha.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 99c077a9e..e0883e49a 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -398,6 +398,7 @@ jobs: - name: Install dependencies run: | + git pull sudo apt-get update npm install @@ -532,6 +533,7 @@ jobs: - name: Setup git run: | + git pull git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com"