From 031fed6e59473c05445b254f0381650738f3ee07 Mon Sep 17 00:00:00 2001 From: Jay Two Date: Sun, 3 Jan 2021 20:39:44 +0900 Subject: [PATCH 1/3] Update android.yml --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index a261f2b..8ec8515 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -39,7 +39,7 @@ jobs: qt_arch: [android_x86,android_armv7] steps: - name: Install Qt - uses: jurplel/install-qt-action@v2.0.0 + uses: jurplel/install-qt-action@v2 with: version: ${{ matrix.qt_ver }} target: ${{ matrix.qt_target }} @@ -53,4 +53,4 @@ jobs: export ANDROID_NDK_ROOT=$ANDROID_HOME/ndk-bundle cd HelloAndroid qmake - make \ No newline at end of file + make From f8a60308141a4e1ac419d46a7a34652098edc838 Mon Sep 17 00:00:00 2001 From: Jay Two Date: Sun, 3 Jan 2021 20:40:07 +0900 Subject: [PATCH 2/3] Update ios.yml --- .github/workflows/ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 7ad08ef..cfc5195 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -38,7 +38,7 @@ jobs: qt_target: [ios] steps: - name: Install Qt - uses: jurplel/install-qt-action@v2.0.0 + uses: jurplel/install-qt-action@v2 with: version: ${{ matrix.qt_ver }} target: ${{ matrix.qt_target }} From 78a7bf80bb6320b7436377a76a36074b9d6aaf0f Mon Sep 17 00:00:00 2001 From: Jay Two Date: Sun, 3 Jan 2021 20:40:53 +0900 Subject: [PATCH 3/3] Update macos.yml --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index a5d04d3..a84ce72 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -38,7 +38,7 @@ jobs: qt_target: [desktop] steps: - name: Install Qt - uses: jurplel/install-qt-action@v2.0.0 + uses: jurplel/install-qt-action@v2 with: version: ${{ matrix.qt_ver }} target: ${{ matrix.qt_target }} @@ -50,4 +50,4 @@ jobs: cd TestExcel qmake make - \ No newline at end of file +