Skip to content

Commit

Permalink
update jurplel/install-qt-action v2 -> v3
Browse files Browse the repository at this point in the history
fix install problem:

jurplel/install-qt-action#161
  • Loading branch information
fredowski committed Aug 25, 2022
1 parent 4f79204 commit 18ddf97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android_release.yml
Expand Up @@ -47,11 +47,12 @@ 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: linux
target: android
arch: android
dir: ${{ runner.temp }}
modules: qtcharts
setup-python: true
Expand Down

0 comments on commit 18ddf97

Please sign in to comment.