Skip to content

Commit

Permalink
Switch back to the Github hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Aug 9, 2024
1 parent 63df5d8 commit 513ab2f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cmake-args:
- '-Dassert=ON -Dreporting=OFF -Dunity=OFF'
- '-Dassert=OFF -Dreporting=OFF -Dunity=ON'
runs-on: [self-hosted, windows-runner-vc2019]
runs-on: windows-2019
env:
build_dir: .build
steps:
Expand All @@ -48,8 +48,6 @@ jobs:
run: |
python -m 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@v4
with:
Expand All @@ -67,7 +65,7 @@ jobs:
- name: configure Conan
shell: bash
run: |
conan profile new default --detect || conan profile show default
conan profile new default --detect
conan profile update settings.compiler.cppstd=20 default
conan profile update settings.compiler.runtime=MT${{ matrix.configuration == 'Debug' && 'd' || '' }} default
- name: build dependencies
Expand Down

0 comments on commit 513ab2f

Please sign in to comment.