imex_erp_updater/.gitea/workflows/windows_build.yml
monheim 6a23afadd2
All checks were successful
Windows Build / build (push) Successful in 1s
Update .gitea/workflows/windows_build.yml
2025-04-20 18:29:22 +02:00

22 lines
424 B
YAML

name: Windows Build
on: [push]
jobs:
build:
runs-on: windows-host
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!"