Update .gitea/workflows/windows_build.yml
This commit is contained in:
parent
bef2cb8a12
commit
9f64654423
@ -1,22 +1,22 @@
|
||||
name: Windows Build
|
||||
on: [push]
|
||||
#name: Windows Build
|
||||
#on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows
|
||||
defaults:
|
||||
run:
|
||||
shell: powershell
|
||||
#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
|
||||
# steps:
|
||||
# - name: Install Rust
|
||||
# run: |
|
||||
# rustup update
|
||||
# rustup default nightly
|
||||
# cargo --version
|
||||
|
||||
- name: Run Main Script
|
||||
run: echo "Running on Windows Server!"
|
||||
# - name: Run Main Script
|
||||
# run: echo "Running on Windows Server!"
|
||||
Loading…
x
Reference in New Issue
Block a user