From 6bd7bb34501ad1680033f4e50d3c7a559537b3df Mon Sep 17 00:00:00 2001 From: Rongmario Date: Sun, 11 Feb 2024 01:05:15 +0000 Subject: [PATCH] Weird --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6d08de..28b8aa7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: arch: ${{ matrix.arch[0] }} - name: Compile and Link for ${{ matrix.arch[1] }} - run: cl.exe -LD -I%JAVA_HOME%\include -I%JAVA_HOME%\include\win32 ${{ env.PATH_TO_CODE_WIN }}.c -link -out:output\${{ env.LIB_NAME }}_${{ matrix.arch[1] }}.dll + run: cl.exe -LD -I${{ env.JAVA_HOME }}\include -I${{ env.JAVA_HOME }}\include\win32 ${{ env.PATH_TO_CODE_WIN }}.c -link -out:output\${{ env.LIB_NAME }}_${{ matrix.arch[1] }}.dll - name: Upload Natives uses: actions/upload-artifact@v3