imex_erp_updater/.gitea/workflows/windows_build.yml
Workflow config file is invalid. Please check your config file: EOF

22 lines
435 B
YAML

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