imex_erp_updater/.gitea/workflows/windows_build.yml
monheim 6c9336332d
Some checks failed
Windows Build / build (push) Has been cancelled
Update .gitea/workflows/windows_build.yml
2025-04-20 16:11:37 +02:00

16 lines
272 B
YAML

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