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