Delete .gitea/workflows/windows_build.yml

This commit is contained in:
monheim 2025-04-20 23:05:43 +02:00
parent 9f64654423
commit 060887b7f6

View File

@ -1,22 +0,0 @@
#name: Windows Build
#on: [push]
#jobs:
# build:
# runs-on: windows
# defaults:
# run:
# shell: powershell
#container:
# Disable pseudo-terminal emulation
#options: --pty=false
# steps:
# - name: Install Rust
# run: |
# rustup update
# rustup default nightly
# cargo --version
# - name: Run Main Script
# run: echo "Running on Windows Server!"