Skip to content

Update effect combobox header from 'Lighting' to 'Effect' #77

Update effect combobox header from 'Lighting' to 'Effect'

Update effect combobox header from 'Lighting' to 'Effect' #77

Workflow file for this run

name: macOS
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: brew install qt@5 meson svg2png
- run: echo "/opt/homebrew/opt/qt@5/bin" >> $GITHUB_PATH
- run: meson setup builddir
- run: meson compile -C builddir