Skip to content

Commit

Permalink
Revert "adapt build windows file"
Browse files Browse the repository at this point in the history
This reverts commit ade2209.
  • Loading branch information
kathrin-7978 committed Jan 17, 2025
1 parent 5aeb309 commit 7885139
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Run Headless Tests on Windows Server

name: Build Windows
on:
push:
branches: [ "feature/testing" ]
Expand Down Expand Up @@ -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

0 comments on commit 7885139

Please sign in to comment.