Fix macOS build

This commit is contained in:
jonas@jkvinge.net
2021-05-13 01:37:05 +02:00
parent 971542d6bc
commit 0298beeb06
3 changed files with 40 additions and 15 deletions

View File

@@ -1400,6 +1400,10 @@ jobs:
make -j8
sudo make install
- name: Remove problematic files
shell: bash
run: sudo rm -rf /usr/local/opt/qt6/share/qt/plugins/virtualkeyboard /usr/local/opt/qt6/share/qt/plugins/platforminputcontexts
- name: Create Build Environment
shell: bash
run: cmake -E make_directory build
@@ -1426,6 +1430,10 @@ jobs:
working-directory: build
shell: bash
run: make install
- name: Copy sparkle
working-directory: build
shell: bash
run: make copy_sparkle
- name: Create DMG
working-directory: build
shell: bash