Skip to content

Commit

Permalink
fix native image on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tonivade committed Jan 28, 2024
1 parent f0c8597 commit 4981348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
shell: cmd
if: ${{ matrix.os == 'windows-latest' }}
run: >-
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" && gradlew.bat extractGraalvm nativeImage
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" && gradlew.bat extractGraalvm && gradlew.bat nativeImage
- uses: actions/upload-artifact@v4
with:
path: ${{ matrix.local_path }}
Expand Down

0 comments on commit 4981348

Please sign in to comment.