From e66901bb09fe04f695ecc2bc7238bf7147163758 Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Sat, 15 Oct 2022 09:35:39 +0200 Subject: [PATCH 1/3] Update main.yml --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a46d24e1..80dab2e6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -103,14 +103,14 @@ jobs: - name: Build Sandboxie-Plus x64 run: SandboxiePlus\qmake_plus.cmd x64 - # - name: Build SbieShell x64 - # run: msbuild /t:restore,build -p:RestorePackagesConfig=true SandboxiePlus\SbieShell\SbieShell.sln /p:Configuration="Release" /p:Platform=x64 + - name: Build SbieShell x64 + run: msbuild /t:restore,build -p:RestorePackagesConfig=true SandboxiePlus\SbieShell\SbieShell.sln /p:Configuration="Release" /p:Platform=x64 - name: Build Sandboxie-Plus ARM64 run: SandboxiePlus\qmake_plus.cmd ARM64 - # - name: Build SbieShell ARM64 - # run: msbuild /t:restore,build -p:RestorePackagesConfig=true SandboxiePlus\SbieShell\SbieShell.sln /p:Configuration="Release" /p:Platform=x64 + - name: Build SbieShell ARM64 + run: msbuild /t:restore,build -p:RestorePackagesConfig=true SandboxiePlus\SbieShell\SbieShell.sln /p:Configuration="Release" /p:Platform=ARM64 - name: Build Sandboxie-Plus x86 run: SandboxiePlus\qmake_plus.cmd Win32 From 2b4d8c48cbf1f5f4592e0cfb44c2824de122dcc9 Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Sat, 15 Oct 2022 09:45:13 +0200 Subject: [PATCH 2/3] Update main.yml --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 80dab2e6..93eec16b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,7 +63,7 @@ jobs: # arch: ${{ matrix.qt-target }} arch: 'win64_msvc2019_64' # tools: 'tools_qtcreator,4.14.0-0-202012170949,qt.tools.qtcreator' - # cached: ${{ steps.cache-qt.outputs.cache-hit }} + cached: ${{ steps.cache-qt.outputs.cache-hit }} - name: Install Qt6 ARM64 uses: jurplel/install-qt-action@v3 @@ -74,7 +74,7 @@ jobs: # arch: ${{ matrix.qt-target }} arch: 'win64_msvc2019_arm64' # tools: 'tools_qtcreator,4.14.0-0-202012170949,qt.tools.qtcreator' - # cached: ${{ steps.cache-qt.outputs.cache-hit }} + cached: ${{ steps.cache-qt.outputs.cache-hit }} - name: Install Qt5 x64 uses: jurplel/install-qt-action@v3 @@ -84,7 +84,7 @@ jobs: # arch: ${{ matrix.qt-target }} arch: 'win64_msvc2019_64' # tools: 'tools_qtcreator,4.14.0-0-202012170949,qt.tools.qtcreator' - # cached: ${{ steps.cache-qt.outputs.cache-hit }} + cached: ${{ steps.cache-qt.outputs.cache-hit }} - name: Install Qt5 x86 uses: jurplel/install-qt-action@v3 @@ -94,7 +94,7 @@ jobs: # arch: ${{ matrix.qt-target }} arch: 'win32_msvc2019' # tools: 'tools_qtcreator,4.14.0-0-202012170949,qt.tools.qtcreator' - # cached: ${{ steps.cache-qt.outputs.cache-hit }} + cached: ${{ steps.cache-qt.outputs.cache-hit }} - name: Installing Jom if: steps.cache-qt.outputs.cache-hit != 'true' From c1d607fe7d9174f5dc2bb7313b066d3c4a9e9169 Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Sat, 15 Oct 2022 10:00:06 +0200 Subject: [PATCH 3/3] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 93eec16b..148e040b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,7 +77,7 @@ jobs: cached: ${{ steps.cache-qt.outputs.cache-hit }} - name: Install Qt5 x64 - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v2 with: version: '5.15.2' dir: .. @@ -87,7 +87,7 @@ jobs: cached: ${{ steps.cache-qt.outputs.cache-hit }} - name: Install Qt5 x86 - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v2 with: version: '5.15.2' dir: ..