mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 10:50:23 +08:00
[fix] Use self-reverted Github Action
This commit is contained in:
parent
99e9fb35aa
commit
8ddf33da42
6
.github/workflows/build-push.yml
vendored
6
.github/workflows/build-push.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
run: git submodule update --init
|
run: git submodule update --init
|
||||||
# --------------------------------------------------------
|
# --------------------------------------------------------
|
||||||
- name: Installing Qt
|
- name: Installing Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: lhy0403/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
arch: win64_mingw73
|
arch: win64_mingw73
|
||||||
modules: qtcharts
|
modules: qtcharts
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
run: git submodule update --init
|
run: git submodule update --init
|
||||||
# --------------------------------------------------------
|
# --------------------------------------------------------
|
||||||
- name: Installing Qt
|
- name: Installing Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: lhy0403/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
modules: qtcharts
|
modules: qtcharts
|
||||||
# --------------------------------------------------------
|
# --------------------------------------------------------
|
||||||
@ -95,7 +95,7 @@ jobs:
|
|||||||
run: git submodule update --init
|
run: git submodule update --init
|
||||||
# --------------------------------------------------------
|
# --------------------------------------------------------
|
||||||
- name: Installing Qt
|
- name: Installing Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: lhy0403/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
modules: qtcharts
|
modules: qtcharts
|
||||||
# --------------------------------------------------------
|
# --------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user