-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dgsga
committed
Mar 12, 2024
1 parent
baf1d0c
commit 00c1d44
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -195,12 +195,15 @@ jobs: | |
|
||
name: macOS | ||
runs-on: macos-13 | ||
env: | ||
HOMEBREW_NO_INSTALL_CLEANUP: 1 | ||
HOMEBREW_NO_AUTO_UPDATE: 1 | ||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Install dependencies | ||
run: | | ||
brew install bison flex libressl meson mysql talloc krb5 berkeley-db | ||
brew link --overwrite [email protected] | ||
brew install bison flex libressl meson mysql talloc krb5 berkeley-db --force | ||
- name: Configure | ||
run: | | ||
meson setup build \ | ||
|