Skip to content

Commit

Permalink
Switch Windows actions to self-hosted runner (#2134)
Browse files Browse the repository at this point in the history
* Switch Windows actions to self-hosted runner

* Trigger Build?

* fix runs-on
  • Loading branch information
AustinJ235 authored Jan 22, 2023
1 parent 0329b1c commit 1594b24
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1594b24

Please sign in to comment.