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:19:17 +02:00
parent b28a5f4dc9
commit 20be0625df

View File

@ -14,6 +14,7 @@ jobs:
steps: steps:
- name: Install Rust - name: Install Rust
run: | run: |
rustup update
rustup default nightly rustup default nightly
cargo --version cargo --version