Skip to content

Commit

Permalink
tmp: switch Java.
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Mar 25, 2024
1 parent c335d29 commit ce7f7e6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,9 @@ jobs:
./gradlew standalone:libs || true
./gradlew standalone:uberJar
# ffs: https://github.com/adoptium/adoptium-support/issues/485 !!!
- name: List libraries
run: ./gradlew standalone:run --args="list-libs"

- name: Show java
run: java -XshowSettings:properties
run: env LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu/" ./gradlew standalone:run --args="list-libs"

- name: Upload build artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ce7f7e6

Please sign in to comment.