diff --git a/.github/workflows/app_build.yml b/.github/workflows/app_build.yml index 4f8fd988b..6371db270 100644 --- a/.github/workflows/app_build.yml +++ b/.github/workflows/app_build.yml @@ -282,8 +282,13 @@ jobs: cd .. && rm -Rf codesigning + - name: "Install patched QtIFW (macOS)" + if: runner.os == 'macOS' + run: | + set -x + brew list aria2 || brew install aria2 + mkdir $RUNNER_TEMP/QtIFW && cd $RUNNER_TEMP/QtIFW # Download my patched QtIFW - mkdir QtIFW && cd QtIFW aria2c https://github.com/jmarrec/QtIFW-fixup/releases/download/v5.0.0-dev-with-fixup/QtIFW-5.0.0-${{ matrix.arch }}.zip xattr -r -d com.apple.quarantine ./QtIFW-5.0.0-${{ matrix.arch }}.zip unzip QtIFW-5.0.0-${{ matrix.arch }}.zip