mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 13:30:06 +00:00
Don't specify MSVC toolset, use latest/default
This commit is contained in:
parent
dfb0a78fe9
commit
bb6022e480
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: ''
|
||||
compiler: msvc
|
||||
msvc_arch: x64
|
||||
msvc_toolset: 14.36
|
||||
msvc_version: 2022
|
||||
qt_version: 6.5.0
|
||||
qt_arch: win64_msvc2019_64
|
||||
|
|
@ -84,7 +83,6 @@ jobs:
|
|||
uses: ilammy/msvc-dev-cmd@v1
|
||||
with:
|
||||
arch: ${{ matrix.msvc_arch }}
|
||||
toolset: ${{ matrix.msvc_toolset }}
|
||||
vsversion: ${{ matrix.msvc_version }}
|
||||
|
||||
- name: Setup Ubuntu Environment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue