Skip to content

Commit be2abca

Browse files
author
Janik Müller
committed
TS-44529 add visual studio tools to resolve missing cl.exe error
1 parent 388215b commit be2abca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/actions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
steps:
6363
- name: Checkout git
6464
uses: actions/checkout@v3
65+
- name: Setup Visual Studio Build Tools
66+
uses: microsoft/setup-msbuild@v1
67+
- name: Install Visual Studio C++ Tools
68+
uses: ilammy/msvc-dev-cmd@v1
6569
- name: Set up GraalVM
6670
uses: ayltai/setup-graalvm@v1
6771
with:

0 commit comments

Comments
 (0)