Skip to content

Commit

Permalink
Tuned for macos.
Browse files Browse the repository at this point in the history
Signed-off-by: mmazas <[email protected]>
  • Loading branch information
mmazas authored and mmazas committed Feb 28, 2025
1 parent f3cc20c commit 601bc68
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,13 @@ jobs:
path: javacc-8-java
ref: release

- name: clone javacc-8-js
uses: actions/checkout@v4
with:
repository: javacc/javacc-8-js.git
path: javacc-8-js
ref: release
# Not yet functional
# - name: clone javacc-8-js
# uses: actions/checkout@v4
# with:
# repository: javacc/javacc-8-js.git
# path: javacc-8-js
# ref: release

- name: Set up JDK 11 # JDK 8 not found on macos
if: matrix.os == 'macos-latest'
Expand Down Expand Up @@ -118,7 +119,8 @@ jobs:
# -B: batch mode; -e: produce execution error messages;
# -X: debug mode; -N: non-recursive (don't build submodules)

- name: Displays the toolchains configured JDKs
- name: Displays the toolchains configured JDKs, on macos only
if: matrix.os == 'macos-latest'
run: mvn toolchains:display-discovered-jdk-toolchains --show-version --file javacc-8/pom.xml

- name: Build install on javacc-8 only
Expand Down

0 comments on commit 601bc68

Please sign in to comment.