Skip to content

Commit 0df7cf5

Browse files
committed
CI : Setup MSVC
Even though we're not building anything on Windows, the build script checks for the compiler, which requires this step.
1 parent 9cbe9f4 commit 0df7cf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/buildDependencyBatch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252

5353
- uses: actions/checkout@v4
5454

55+
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
56+
5557
- name: Install toolchain (Linux)
5658
run: |
5759
# Clear space on runner by deleting stuff we don't need from the host VM.

0 commit comments

Comments
 (0)