Skip to content

Commit

Permalink
De-hardcode natives build process Part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed May 28, 2024
1 parent 297c8cc commit 0d36ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_or_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- if: (matrix.os == 'ubuntu-20.04' || matrix.os == 'ubuntu-22.04')
run: echo "${{ matrix.java_test_home }}"
- name: Build natives
run: ./gradlew compile_native --stacktrace
run: ./gradlew compile_native ${{ matrix.args }} --stacktrace
env:
ARCHITECTURE: ${{ matrix.arch }}
TARGET_JAVA: /usr/lib/jvm/java-11-openjdk-${{ matrix.arch }}
Expand Down

0 comments on commit 0d36ee9

Please sign in to comment.