Use overwrite install to fix glib installation (#3237)

* Use overwrite install to fix python installation
* Install NodeJS explicitly to fix test failures with Node installed on runner by default
This commit is contained in:
André Videla 2024-03-16 21:56:57 +00:00 committed by GitHub
parent 7219486aec
commit 4a5259b43b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -175,6 +175,8 @@ jobs:
- name: Install build dependencies
run: |
brew update
brew install --overwrite python@3.12
brew install node
brew install chezscheme
brew install coreutils
echo "$HOME/.idris2/bin" >> "$GITHUB_PATH"
@ -332,7 +334,9 @@ jobs:
- name: Install build dependencies
run: |
brew update
brew install --overwrite python@3.12
brew install chezscheme
brew install node
brew install coreutils
echo "$HOME/.idris2/bin" >> "$GITHUB_PATH"
chmod +x "$HOME/.idris2/bin/idris2" "$HOME/.idris2/bin/idris2_app/"*