Skip to content

Commit

Permalink
Update meson.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed Mar 12, 2024
1 parent baf1d0c commit 00c1d44
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 00c1d44

Please sign in to comment.