imex_erp_updater/.gitea/workflows/windows_build.yml
monheim e6f46000bf
All checks were successful
Windows Build / build (push) Successful in 1s
Update .gitea/workflows/windows_build.yml
2025-04-20 16:13:56 +02:00

18 lines
322 B
YAML

name: Windows Build
on: [push]
jobs:
build:
runs-on: windows-host
defaults:
run:
shell: powershell
steps:
- name: Install Rust
run: |
rustup default nightly
cargo --version
- name: Run Main Script
run: Write-Output "Running on Windows Server!"