Update .gitea/workflows/windows_build.yml
Some checks failed
Windows Build / build (push) Failing after 2s
Some checks failed
Windows Build / build (push) Failing after 2s
This commit is contained in:
parent
dace806332
commit
3ad0c4e7aa
@ -10,7 +10,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
run: cargo --version
|
run: |
|
||||||
|
winget install --id Rustlang.Rustup
|
||||||
|
rustup default stable
|
||||||
|
cargo --version
|
||||||
|
|
||||||
- name: Run Main Script
|
- name: Run Main Script
|
||||||
run: Write-Output "Running on Windows Server!"
|
run: Write-Output "Running on Windows Server!"
|
||||||
Loading…
x
Reference in New Issue
Block a user