We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c480b05 commit 61a874fCopy full SHA for 61a874f
.github/workflows/tagged_release.yml
@@ -93,6 +93,11 @@ jobs:
93
env:
94
TOKEN: ${{ secrets.GITHUB_TOKEN }}
95
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
+
101
- name: Creating native image (Win)
102
if: matrix.os == 'windows-latest'
103
run: mvn install -P native-image -DskipTests -D os.platform=win -D maven.wagon.httpconnectionManager.ttlSeconds=60
0 commit comments