Skip to content

Commit

Permalink
.github/workflows/test.yaml: Use meson for macOS build
Browse files Browse the repository at this point in the history
Signed-off-by: Daiki Ueno <dueno@redhat.com>
  • Loading branch information
ueno committed Mar 17, 2023
1 parent 47d3381 commit a26e8e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ jobs:
- name: Install dependencies
run: |
brew update
for pkg in autoconf automake coreutils gettext libffi libtasn1 libtool; do
for pkg in coreutils gettext libffi libtasn1 meson; do
brew install $pkg || true
done
- name: Update path
run: |
echo /usr/local/opt/gettext/bin >>${GITHUB_PATH}
- uses: ./.github/actions/basic-autotools
- uses: ./.github/actions/basic-meson

0 comments on commit a26e8e0

Please sign in to comment.