Hardcode VS Build Tools version

This commit is contained in:
Andrey Babushkin 2023-11-17 16:45:37 +00:00
parent 9f7522c773
commit ea9ae1fb33

View File

@ -113,6 +113,8 @@ jobs:
- name: Configure Developer Command Prompt for Microsoft Visual C++ - name: Configure Developer Command Prompt for Microsoft Visual C++
uses: ilammy/msvc-dev-cmd@v1 uses: ilammy/msvc-dev-cmd@v1
with:
toolset: "14.28.29333"
- name: CMake configure - name: CMake configure
run: | run: |