update MSVC toolset version
parent
a2a7a06646
commit
afee6ed106
|
@ -109,7 +109,7 @@ jobs:
|
|||
uses: ilammy/msvc-dev-cmd@v1
|
||||
with:
|
||||
arch: x${{matrix.platform}}
|
||||
toolset: 14.2
|
||||
toolset: 14.40
|
||||
|
||||
- name: cl version (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
|
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
uses: ilammy/msvc-dev-cmd@v1
|
||||
with:
|
||||
arch: x${{ matrix.platform }}
|
||||
toolset: 14.2
|
||||
toolset: 14.40
|
||||
|
||||
- name: cl version
|
||||
shell: cmd
|
||||
|
|
Loading…
Reference in New Issue