mirror of
https://github.com/boostorg/assert.git
synced 2025-07-30 20:37:16 +02:00
Add toolset=gcc to windows.yml
This commit is contained in:
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
@ -23,6 +23,9 @@ jobs:
|
||||
- toolset: msvc-14.2
|
||||
cxxstd: "14,17,latest"
|
||||
os: windows-2019
|
||||
- toolset: gcc
|
||||
cxxstd: "03,11,14,17,2a"
|
||||
os: windows-2019
|
||||
|
||||
runs-on: ${{matrix.os}}
|
||||
|
||||
|
Reference in New Issue
Block a user