Skip to content

Commit

Permalink
Workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Jul 19, 2024
1 parent 1b27218 commit 764e7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
- name: repoint
run: PATH=$PATH:/usr/local/smlnj/bin ./repoint install
- name: configure
run: PATH=$PATH:/usr/local/opt/qt6/bin meson setup build --buildtype release
run: meson setup build --buildtype release
- name: make
run: ninja -C build
- name: test
run: meson test -C build
- name: deploy-app
run: |
QTDIR=/usr/local/opt/qt6 ./deploy/macos/deploy.sh build
QTDIR=/opt/homebrew ./deploy/macos/deploy.sh build
- name: check
run: |
otool -L ./"Piano Precision.app/Contents/MacOS/Piano Precision"
Expand Down

0 comments on commit 764e7e3

Please sign in to comment.