Skip to content

Commit a0dcdad

Browse files
authored
Fix workflow (#65)
1 parent 61a874f commit a0dcdad

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/pull_request_check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
env:
6060
TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161

62+
- name: Set up MSVC
63+
if: matrix.os == 'windows-latest'
64+
uses: ilammy/msvc-dev-cmd@v1
65+
6266
- name: Creating native image (Win)
6367
if: matrix.os == 'windows-latest'
6468
run: mvn install -P native-image -D os.platform=win -D maven.wagon.httpconnectionManager.ttlSeconds=60

.github/workflows/tagged_release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ jobs:
9595

9696
- name: Set up MSVC
9797
if: matrix.os == 'windows-latest'
98-
run: |
99-
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
98+
uses: ilammy/msvc-dev-cmd@v1
10099

101100
- name: Creating native image (Win)
102101
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)