From 95c00b4f10ecb8d5c3b489d270604520e785d4fd Mon Sep 17 00:00:00 2001 From: Stephan Troyer Date: Sun, 29 Nov 2020 22:36:43 +0100 Subject: [PATCH] Remove (failing) Sandboxie Plus build --- .github/workflows/main.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 528ef5a1..41421952 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,12 +22,6 @@ jobs: - name: Build Driver run: msbuild /t:build Sandboxie\SandboxDrv.sln /p:Configuration="SbieRelease" /p:Platform=${{ matrix.platform }} - - name: Install Qt - uses: jurplel/install-qt-action@v2 - - - name: Build SandboxiePlus - run: msbuild /t:build SandboxiePlus\SandboxiePlus.sln /p:Configuration="Release" /p:Platform=${{ matrix.platform }} - - name: Upload Sandboxie uses: actions/upload-artifact@v2 with: @@ -40,11 +34,3 @@ jobs: !**/*.iobj !**/*.lib !**/*.cer - - - name: Upload SandboxiePlus - uses: actions/upload-artifact@v2 - with: - name: Sandboxie Plus (${{ matrix.platform }}) - path: | - SandboxiePlus/${{ matrix.platform }}/Release - !**/*.pdb