Skip to content

Commit

Permalink
Comments.
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 18accbc commit 57d4fab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
# ref: release

# JDK 8 not found on macos
- name: Set up JDK 11 for macos onl
- name: Set up JDK 11 for macos only
if: matrix.os == 'macos-latest'
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -128,6 +128,7 @@ jobs:
- name: Build install on javacc-8 only
run: mvn install -B -N --show-version --file javacc-8/pom.xml

# No real need to trigger building modules from here; let them do it themselves
# - name: Build install on all (included submodules) of javacc-8
# run: mvn install -B --show-version --file javacc-8/pom.xml

0 comments on commit 57d4fab

Please sign in to comment.