Update .gitea/workflows/windows_build.yml
All checks were successful
Windows Build / build (push) Successful in 2s

This commit is contained in:
monheim 2025-04-20 18:18:31 +02:00
parent 919ce424ca
commit b28a5f4dc9

View File

@ -1,4 +1,3 @@
name: Windows Build
on: [push]
@ -7,7 +6,7 @@ jobs:
runs-on: windows-host
defaults:
run:
shell: cmd
shell: powershell
container:
# Disable pseudo-terminal emulation
options: --pty=false