Fix failing Mac build due to jurplel/install-qt-action#130

master
Daniel Kamil Kozar 2022-03-30 00:24:17 +02:00 committed by GitHub
parent a8757ff6fb
commit 90042d4c0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
python-version: '3.9'
setup-python: false
py7zrversion: '==0.18.1'
- run: ./build_macos_native.sh
name: build-for-mac