Delete .giteau/workflows/windows_build.yml
Some checks failed
Windows Build / build (push) Has been cancelled
Some checks failed
Windows Build / build (push) Has been cancelled
This commit is contained in:
parent
9855f92a1b
commit
813a92b009
@ -1,19 +0,0 @@
|
|||||||
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