monheim e02816b18f
All checks were successful
Windows Build / build (push) Successful in 2s
Update .gitea/workflows/docker-test.yml
2025-04-20 22:14:52 +02:00

16 lines
450 B
YAML

jobs:
build:
runs-on: windows-cont
container:
image: mcr.microsoft.com/windows/servercore:ltsc2019
options: --isolation=process
steps:
- name: Install Rust
run: |
curl -sSf -o rustup-init.exe https://win.rustup.rs/
.\rustup-init.exe -y --default-toolchain stable
refreshenv
rustup component add rust-src
- name: Build
run: |
cargo build --release