Browse Source

MacOS CI: Installing Qt failed - updated install script to v3

The installation of Qt failed during CI build on github. I updated
the Qt installation script to jurplel/install-qt-action@v3
QGC4.4
Friedrich Beckmann 3 years ago committed by Patrick José Pereira
parent
commit
ada556794e
  1. 2
      .github/workflows/macos_release.yml

2
.github/workflows/macos_release.yml

@ -37,7 +37,7 @@ jobs: @@ -37,7 +37,7 @@ jobs:
git fetch --all --tags -f
- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: ${{ env.QT_VERSION }}
host: mac

Loading…
Cancel
Save