From 919ce424caffc3f34efa8358a36d4c8ccde9ea73 Mon Sep 17 00:00:00 2001 From: monheim Date: Sun, 20 Apr 2025 18:16:40 +0200 Subject: [PATCH] Update .gitea/workflows/windows_build.yml --- .gitea/workflows/windows_build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/windows_build.yml b/.gitea/workflows/windows_build.yml index 20a2546..c9b631f 100644 --- a/.gitea/workflows/windows_build.yml +++ b/.gitea/workflows/windows_build.yml @@ -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