Update .gitea/workflows/windows_build.yml
Some checks failed
Windows Build / build (push) Has been cancelled

This commit is contained in:
monheim 2025-04-20 16:11:37 +02:00
parent 4e31bae78a
commit 6c9336332d

View File

@ -10,9 +10,7 @@ jobs:
steps:
- name: Install Rust
run: |
rustup default nightly
cargo --version
run: cargo --version
- name: Run Main Script
run: Write-Output "Running on Windows Server!"