mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:10:04 +00:00
Don't specify MSVC toolset, use latest/default
This commit is contained in:
parent
bb5acf3d1e
commit
339674919d
1 changed files with 0 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -27,7 +27,6 @@ jobs:
|
||||||
env_cxx: ''
|
env_cxx: ''
|
||||||
compiler: msvc
|
compiler: msvc
|
||||||
msvc_arch: x64
|
msvc_arch: x64
|
||||||
msvc_toolset: 14.36
|
|
||||||
msvc_version: 2022
|
msvc_version: 2022
|
||||||
qt_version: 6.5.0
|
qt_version: 6.5.0
|
||||||
qt_arch: win64_msvc2019_64
|
qt_arch: win64_msvc2019_64
|
||||||
|
|
@ -84,7 +83,6 @@ jobs:
|
||||||
uses: ilammy/msvc-dev-cmd@v1
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
with:
|
with:
|
||||||
arch: ${{ matrix.msvc_arch }}
|
arch: ${{ matrix.msvc_arch }}
|
||||||
toolset: ${{ matrix.msvc_toolset }}
|
|
||||||
vsversion: ${{ matrix.msvc_version }}
|
vsversion: ${{ matrix.msvc_version }}
|
||||||
|
|
||||||
- name: Setup Ubuntu Environment
|
- name: Setup Ubuntu Environment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue