Skip to content

Commit

Permalink
Use % env vars instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Feb 10, 2024
1 parent 840684b commit 88ceef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%JAVA_HOME%\include -I%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
Expand Down

0 comments on commit 88ceef0

Please sign in to comment.