diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf357aa59..dde0e8e74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,17 +12,15 @@ jobs: fail-fast: false matrix: config: - # MSVC is broken: https://github.com/chromium/subspace/issues/267 - #- { - # name: "Windows MSVC", - # artifact: "Windows-MSVC.tar.xz", - # os: windows-latest, - # build_type: "Release", - # cc: "cl", - # cxx: "cl", - # environment_script: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat", - # } - + - { + name: "Windows MSVC", + artifact: "Windows-MSVC.tar.xz", + os: windows-latest, + build_type: "Release", + cc: "cl", + cxx: "cl", + environment_script: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat", + } #- { # name: "Windows MinGW", artifact: "Windows-MinGW.tar.xz", # os: windows-latest, diff --git a/.github/workflows/try.yml b/.github/workflows/try.yml index 4755550f0..06a2777e6 100644 --- a/.github/workflows/try.yml +++ b/.github/workflows/try.yml @@ -15,17 +15,15 @@ jobs: fail-fast: false matrix: config: - # MSVC is broken: https://github.com/chromium/subspace/issues/267 - #- { - # name: "Windows MSVC", - # artifact: "Windows-MSVC.tar.xz", - # os: windows-latest, - # build_type: "Release", - # cc: "cl", - # cxx: "cl", - # environment_script: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat", - # } - + - { + name: "Windows MSVC", + artifact: "Windows-MSVC.tar.xz", + os: windows-latest, + build_type: "Release", + cc: "cl", + cxx: "cl", + environment_script: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat", + } #- { # name: "Windows MinGW", artifact: "Windows-MinGW.tar.xz", # os: windows-latest,