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 61a874f commit a0dcdadCopy full SHA for a0dcdad
.github/workflows/pull_request_check.yml
@@ -59,6 +59,10 @@ jobs:
59
env:
60
TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
62
+ - name: Set up MSVC
63
+ if: matrix.os == 'windows-latest'
64
+ uses: ilammy/msvc-dev-cmd@v1
65
+
66
- name: Creating native image (Win)
67
if: matrix.os == 'windows-latest'
68
run: mvn install -P native-image -D os.platform=win -D maven.wagon.httpconnectionManager.ttlSeconds=60
.github/workflows/tagged_release.yml
@@ -95,8 +95,7 @@ jobs:
95
96
- name: Set up MSVC
97
98
- run: |
99
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
100
101
102
0 commit comments