Skip to content

Commit

Permalink
[FOLD] Run on self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Jul 7, 2023
1 parent 1b5e089 commit 9c0882f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# something beefier (i.e. a heavy self-hosted runner) becomes
# available.
# - Debug
runs-on: windows-2019
runs-on: [self-hosted, windows-runner-vc2019]
env:
build_dir: .build
steps:
Expand All @@ -38,6 +38,8 @@ jobs:
run: |
pip install --upgrade pip
echo "dir=$(pip cache dir)" | tee ${GITHUB_OUTPUT}
# Try the old style
echo "::set-output name=dir::$(pip cache dir)"
- name: restore Python cache directory
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 9c0882f

Please sign in to comment.