Skip to content

Commit

Permalink
Remove old paths from macOS GitHub Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
openforeveryone authored Mar 19, 2024
1 parent d3b83fd commit 78f66a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:

- name: Create Deployable App Bundle
run: |
PATH="/usr/local/opt/qt@5/bin:$PATH"
LDFLAGS="-L/usr/local/opt/qt@5/lib"
CPPFLAGS="-I/usr/local/opt/qt@5/include"
macdeployqt WordSearchCreator.app
- name: Create Deployable DMG
Expand Down

0 comments on commit 78f66a1

Please sign in to comment.