Commit 1ac7485
committed
ci: set up MSVC env before GraalVM native-image on Windows
The windows-latest runner has Visual Studio installed but does not
activate the MSVC toolchain in the PATH by default. native-image
requires cl.exe / link.exe from the x64 Native Tools environment,
otherwise it exits with 'Failed to find vcvarsall.bat'.
ilammy/msvc-dev-cmd@v1 runs the equivalent of opening an
'x64 Native Tools Command Prompt', fixing Windows native builds.1 parent 3674b2f commit 1ac7485
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
97 | 102 | | |
98 | 103 | | |
99 | 104 | | |
| |||
0 commit comments