From 7885139e664e1d29df8aafd62fabe85b4be41334 Mon Sep 17 00:00:00 2001 From: "kathrin.resek" Date: Fri, 17 Jan 2025 14:15:15 +0100 Subject: [PATCH] Revert "adapt build windows file" This reverts commit ade22096a8e77e109e4f6002d2e609fba0bc4923. --- .github/workflows/build-windows.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/build-windows.yaml b/.github/workflows/build-windows.yaml index 92212550..f1780efb 100644 --- a/.github/workflows/build-windows.yaml +++ b/.github/workflows/build-windows.yaml @@ -1,5 +1,4 @@ -name: Run Headless Tests on Windows Server - +name: Build Windows on: push: branches: [ "feature/testing" ] @@ -38,15 +37,6 @@ jobs: name: pdf-over-${{ github.event.pull_request.number || github.ref_name }}-${{ env.commit_sha }}-windows-x86_64 path: pdf-over-build - - name: Install VcXsrv - run: | - # Download and install VcXsrv - Invoke-WebRequest -Uri "https://sourceforge.net/projects/vcxsrv/files/latest/download" -OutFile "vcxsrv.exe" - Start-Process -FilePath "vcxsrv.exe" -ArgumentList ":0 -ac -screen 0 1024x768x24" -NoNewWindow -Wait - - - name: Set DISPLAY environment variable - run: echo "DISPLAY=localhost:0" >> $GITHUB_ENV - permissions: contents: read actions: write