From 8ddf33da426d915d3de7bb0fd5f6841b5b1e6c85 Mon Sep 17 00:00:00 2001 From: "Leroy.H.Y" Date: Mon, 9 Dec 2019 20:58:16 +0800 Subject: [PATCH] [fix] Use self-reverted Github Action --- .github/workflows/build-push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index 6bc887f0..5ff90fcb 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -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 # --------------------------------------------------------