Skip to content

Commit

Permalink
Using temp workaround for recent runner-image update
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant <[email protected]>
  • Loading branch information
vrnimje committed Oct 20, 2023
1 parent d9eb46a commit cb5dd63
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/windows_build_no_boost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ on:

jobs:
build:
runs-on: windows-2019
runs-on: windows-2022
env:
CMAKE_PREFIX_PATH: ${{ github.workspace }}\.local
steps:
- uses: actions/checkout@v2

- name: Set Git to use the Windows Certificate Store
run: git config --global http.sslBackend schannel
- name: Remove Strawberry Perl from PATH
run: |
$env:PATH = $env:PATH -replace "C:\\Strawberry\\c\\bin;", ""
"PATH=$env:PATH" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: Configure CMake
run: cmake -S . -B build "-DCMAKE_TOOLCHAIN_FILE=$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake" -DQUICK_FTXUI_FETCH_BOOST=ON
Expand Down

0 comments on commit cb5dd63

Please sign in to comment.