Skip to content

Commit 61a874f

Browse files
committed
Update tagged_release.yml
1 parent c480b05 commit 61a874f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tagged_release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ jobs:
9393
env:
9494
TOKEN: ${{ secrets.GITHUB_TOKEN }}
9595

96+
- name: Set up MSVC
97+
if: matrix.os == 'windows-latest'
98+
run: |
99+
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
100+
96101
- name: Creating native image (Win)
97102
if: matrix.os == 'windows-latest'
98103
run: mvn install -P native-image -DskipTests -D os.platform=win -D maven.wagon.httpconnectionManager.ttlSeconds=60

0 commit comments

Comments
 (0)