mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +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
|
||||
# --------------------------------------------------------
|
||||
- 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
|
||||
# --------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user