mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-24 15:55:07 +00:00
Switch Windows actions to self-hosted runner (#2134)
* Switch Windows actions to self-hosted runner * Trigger Build? * fix runs-on
This commit is contained in:
parent
0329b1c542
commit
1594b24495
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
@ -13,10 +13,11 @@ env:
|
||||
|
||||
jobs:
|
||||
windows_stable:
|
||||
runs-on: windows-latest
|
||||
# runs-on: windows-latest
|
||||
runs-on: [self-hosted, Windows]
|
||||
steps:
|
||||
- name: Ninja Install
|
||||
run: pip install ninja
|
||||
# - name: Ninja Install
|
||||
# run: pip install ninja
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
|
Loading…
Reference in New Issue
Block a user