Setup x64 msvc dev cmd

This commit is contained in:
2022-05-02 18:12:25 +02:00
parent 7bc6e9a265
commit e3dc67e1ea

View File

@@ -181,6 +181,12 @@ jobs:
with:
arch: x86
- name: '🛠️ Win MSVC 64 setup'
if: contains(matrix.config.name, 'MSVC 32')
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64
- name: '🚧 Win MSVC 32 build'
if: contains(matrix.config.name, 'MSVC 32')
shell: bash