File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments