Update .gitea/workflows/windows_build.yml
All checks were successful
Windows Build / build (push) Successful in 2s
All checks were successful
Windows Build / build (push) Successful in 2s
This commit is contained in:
parent
919ce424ca
commit
b28a5f4dc9
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
name: Windows Build
|
name: Windows Build
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
@ -7,7 +6,7 @@ jobs:
|
|||||||
runs-on: windows-host
|
runs-on: windows-host
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: cmd
|
shell: powershell
|
||||||
container:
|
container:
|
||||||
# Disable pseudo-terminal emulation
|
# Disable pseudo-terminal emulation
|
||||||
options: --pty=false
|
options: --pty=false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user