Add .giteau/workflows/windows_build.yml
This commit is contained in:
parent
0e0c885405
commit
79bba14281
19
.giteau/workflows/windows_build.yml
Normal file
19
.giteau/workflows/windows_build.yml
Normal file
@ -0,0 +1,19 @@
|
||||
name: Windows Build
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows
|
||||
defaults:
|
||||
run:
|
||||
shell: powershell
|
||||
|
||||
steps:
|
||||
- name: Install Rust
|
||||
run: |
|
||||
winget install --id Rustlang.Rustup
|
||||
rustup default nightly
|
||||
cargo --version
|
||||
|
||||
- name: Run Main Script
|
||||
run: Write-Output "Running on Windows Server!"
|
||||
Loading…
x
Reference in New Issue
Block a user