Skip to content

Commit

Permalink
action: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
KuhakuPixel committed Mar 8, 2024
1 parent 2db346b commit 807e6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
working-directory: /usr/lib/jvm
# find where java-17 is at /usr/lib/jvm then set JAVA_HOME to its path
run: |
fdfind java-17 | xargs readlink -f | awk '{print "export JAVA_HOME="$1""}' >> ~/.bashrc && source ~/.bashrc
fdfind java-17 | xargs readlink -f | awk '{print "export JAVA_HOME="$1""}' >> ~/.bashrc && source ~/.bashrc && cat ~/.bashrc
echo ${JAVA_HOME}
- name: build
Expand Down

0 comments on commit 807e6a5

Please sign in to comment.