Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jimporter committed Jul 1, 2024
1 parent a0751b5 commit 1d01de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
boost-version: '1.80.0'}
- {os: windows-2019, compiler: msvc, version: '14.2', # VS 2019
boost-version: '1.80.0'}
- {os: windows-latest, compiler: msvc, version: '14.3', # VS 2022
- {os: windows-latest, compiler: msvc, version: '14.4', # VS 2022
boost-version: '1.80.0'}

# macOS builds
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
if: startsWith(matrix.os, 'windows-') && matrix.boost-version
run: |
${boostroot} = "C:\boost-${{ matrix.boost-version }}"
${msvcver} = "${{ matrix.version }}" -replace '(\d+\.\d).*','$1'
${msvcver} = "${{ matrix.version }}" -replace '14.4','14.3'
if ("${{ steps.cache-boost.outputs.cache-hit }}" -ne "true" ) {
${boost_ver} = "${{ matrix.boost-version }}" -replace '\.','_'
${boostexe} = "boost_${boost_ver}-msvc-${msvcver}-64.exe"
Expand Down

0 comments on commit 1d01de8

Please sign in to comment.