Skip to content

Commit

Permalink
Merge pull request #66 from lf-lang/macos-java-setup
Browse files Browse the repository at this point in the history
Java setup handled in a more platform-independent way
  • Loading branch information
lhstrh committed Apr 26, 2024
2 parents 0f1e7de + b505faa commit ba6fca9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/eclipse-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
- name: Set up Java 17 and check Mavan/Java configuration
run: |
echo "$JAVA_HOME_17_X64/bin" >> $GITHUB_PATH
echo "JAVA_HOME=$JAVA_HOME_17_X64" >> $GITHUB_ENV
echo $(which java)
echo $JAVA_HOME
mvn -version
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- name: Check Maven/Java configuration
run: mvn -version
shell: bash
- name: Setup Node.js environment
uses: actions/setup-node@v3
Expand Down

0 comments on commit ba6fca9

Please sign in to comment.