We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e201c6 commit 3569118Copy full SHA for 3569118
.github/workflows/build.yml
@@ -49,6 +49,15 @@ jobs:
49
if: runner.os == 'Windows'
50
uses: microsoft/[email protected]
51
52
+ - name: Setup Visual Studio Developer Command Prompt
53
+ if: runner.os == 'Windows'
54
+ uses: ilammy/msvc-dev-cmd@v1
55
+
56
+ - name: Install Windows development tools
57
58
+ run: |
59
+ choco install visualstudio2019buildtools visualstudio2019-workload-vctools cmake
60
61
- name: Setup C++ toolchain (macOS)
62
if: runner.os == 'macOS'
63
run: |
0 commit comments