We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0affc1a commit 5e0f708Copy full SHA for 5e0f708
1 file changed
.github/workflows/build.yml
@@ -18,6 +18,10 @@ jobs:
18
os: [ubuntu-latest, macos-latest, windows-latest]
19
20
steps:
21
+ - name: Setup MSVC on Windows
22
+ if: matrix.os == 'windows-latest'
23
+ uses: ilammy/msvc-dev-cmd@v1
24
+
25
- name: Checkout repository
26
uses: actions/checkout@v3
27
0 commit comments