[fix] Use self-reverted Github Action

This commit is contained in:
Leroy.H.Y 2019-12-09 20:58:16 +08:00
parent 99e9fb35aa
commit 8ddf33da42
No known key found for this signature in database
GPG Key ID: 6AC1673B587DC37D

View File

@ -13,7 +13,7 @@ jobs:
run: git submodule update --init
# --------------------------------------------------------
- name: Installing Qt
uses: jurplel/install-qt-action@v2
uses: lhy0403/install-qt-action@v2
with:
arch: win64_mingw73
modules: qtcharts
@ -58,7 +58,7 @@ jobs:
run: git submodule update --init
# --------------------------------------------------------
- name: Installing Qt
uses: jurplel/install-qt-action@v2
uses: lhy0403/install-qt-action@v2
with:
modules: qtcharts
# --------------------------------------------------------
@ -95,7 +95,7 @@ jobs:
run: git submodule update --init
# --------------------------------------------------------
- name: Installing Qt
uses: jurplel/install-qt-action@v2
uses: lhy0403/install-qt-action@v2
with:
modules: qtcharts
# --------------------------------------------------------