From 498134893d2df79bb576ac46417c38317cc628f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Mu=C3=B1oz?= Date: Sun, 28 Jan 2024 22:46:24 +0100 Subject: [PATCH] fix native image on windows --- .github/workflows/native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native.yml b/.github/workflows/native.yml index a29531e..bdc31e2 100644 --- a/.github/workflows/native.yml +++ b/.github/workflows/native.yml @@ -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 }}