Skip to content

workflow(macos): fix brew link [email protected] issue #51

workflow(macos): fix brew link [email protected] issue

workflow(macos): fix brew link [email protected] issue #51

Workflow file for this run

name: WebP Pixbuf CI [MacOS]
on:
push:
branches:
- mainline
pull_request:
branches:
- mainline
jobs:
Build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: brew update
- name: Setup Python 3.12
run: |
brew install --force [email protected]
brew unlink [email protected]
brew link --overwrite [email protected]
- run: brew install webp gdk-pixbuf meson ninja pkg-config
- run: meson setup build
- run: meson compile -C build --verbose
- run: meson test -C build --print-errorlogs