Skip to content

Commit a52414b

Browse files
committed
chore: install visual studio in windows release matrix
1 parent 2312621 commit a52414b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ jobs:
9292
run: ./gradlew build
9393
shell: bash
9494

95+
- name: Setup MSVC developer command prompt
96+
if: matrix.os == 'windows'
97+
uses: ilammy/msvc-dev-cmd@v1
98+
with:
99+
arch: amd64
100+
95101
- name: Compile native image
96102
run: ./gradlew nativeCompile
97103
shell: bash

0 commit comments

Comments
 (0)