Revert "[fix] Use self-reverted Github Action"

This reverts commit ac61e61243 [formerly 8ddf33da42].


Former-commit-id: 0dff8a6ff2
This commit is contained in:
Leroy.H.Y 2019-12-10 10:36:53 +08:00
parent 4f1a17e553
commit cd29452f71

View File

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