Skip to content

Commit

Permalink
Fix JAVA_HOME on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Jul 15, 2024
1 parent eb51082 commit 18a5264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
cpp_compiler: g++
runner: ubuntu-latest
libname: libopensesamenative.so
java_home: "$JAVA_HOME_17_x64"
java_home: "$JAVA_HOME_17_X64"
- os: macos
c_compiler: clang
cpp_compiler: clang++
Expand Down

0 comments on commit 18a5264

Please sign in to comment.