Fixed homebrew builds

This commit is contained in:
mauro 🤙
2024-09-05 11:48:13 +00:00
parent 7636a1f015
commit 0a3ee66633

View File

@@ -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"