Skip to content

Commit a73ba83

Browse files
committed
Tweak windows CI.
1 parent d0528ef commit a73ba83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
# - {os: windows-2019, toolset: msvc, version: 14.28, cxxstd: 11}
2626
# - {os: windows-2019, toolset: msvc, version: 14.28, cxxstd: 17}
2727
# - {os: windows-2019, toolset: msvc, version: 14.29, cxxstd: latest}
28-
- {os: windows-2022, toolset: msvc, version: 14.30, cxxstd: latest}
28+
# - {os: windows-2022, toolset: msvc, version: 14.30, cxxstd: latest}
29+
- {os: windows-2022, toolset: msvc, cxxstd: latest, toolsetver: 14.3 }
2930

3031
steps:
3132
- uses: actions/checkout@v4
@@ -52,7 +53,7 @@ jobs:
5253
5354
5455
echo "BOOST_ROOT=$pwd" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
55-
echo "TOOLSET=${{matrix.config.toolset}}-${{matrix.config.version}}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
56+
echo "TOOLSET=${{matrix.config.toolset}}-${{matrix.config.toolsetver}}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
5657
5758
- name: Prepare BOOST_ROOT
5859
shell: powershell

0 commit comments

Comments
 (0)