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

This commit is contained in:
monheim 2025-04-20 18:16:40 +02:00
parent 7560bf178a
commit 919ce424ca

View File

@ -1,3 +1,4 @@
name: Windows Build
on: [push]
@ -7,6 +8,9 @@ jobs:
defaults:
run:
shell: cmd
container:
# Disable pseudo-terminal emulation
options: --pty=false
steps:
- name: Install Rust