Fix macOS build

This commit is contained in:
Andrea Cavalli 2023-06-05 22:48:04 +02:00
parent d85b961d28
commit c5ec94394d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash -ex
brew update
export HOMEBREW_NO_AUTO_UPDATE=1
brew install --force gperf
brew install --force coreutils
brew install --force openjdk

View File

@ -1,5 +1,5 @@
#!/bin/bash -ex
brew update
export HOMEBREW_NO_AUTO_UPDATE=1
brew install --force gperf
brew install --force coreutils
brew install --force openjdk