Skip to content

Commit

Permalink
Install meson with brew.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Dec 19, 2024
1 parent 888faaa commit cb8726c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/meson-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Install packages
run: |
brew install cunit ninja ${{ inputs.brew-packages }}
brew install cunit ninja meson ${{ inputs.brew-packages }}
- name: Fix openssl
if: inputs.macos-openssl-fix == 'true'
Expand All @@ -80,10 +80,6 @@ jobs:
echo "CPPFLAGS=\"-I/usr/local/opt/openssl@3/include\"" >> $GITHUB_ENV
echo "PKG_CONFIG_PATH=\"/usr/local/opt/openssl@3/lib/pkgconfig\"" >> $GITHUB_ENV
- name: Install Meson
run: |
pip3 install 'meson>=${{ inputs.meson-version }}'
- name: Meson Setup
run: |
${{ inputs.brew-extra }} meson setup --warnlevel 3 --werror build
Expand Down

0 comments on commit cb8726c

Please sign in to comment.