Skip to content

Commit

Permalink
Fix workflow (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelu89 authored Feb 27, 2024
1 parent 61a874f commit a0dcdad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull_request_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set up MSVC
if: matrix.os == 'windows-latest'
uses: ilammy/msvc-dev-cmd@v1

- name: Creating native image (Win)
if: matrix.os == 'windows-latest'
run: mvn install -P native-image -D os.platform=win -D maven.wagon.httpconnectionManager.ttlSeconds=60
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tagged_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ jobs:

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

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

0 comments on commit a0dcdad

Please sign in to comment.