Skip to content

Commit 9f545f1

Browse files
committed
Adds java to the setup action
1 parent 0c547df commit 9f545f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/actions/setup-and-build/action.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ runs:
1111
echo -e "#bin/bash\njava -jar $PWD/antlr4.jar \$@" > $HOME/.local/bin/antlr4
1212
chmod a+x $HOME/.local/bin/antlr4
1313
14+
- name: Setup java
15+
uses: actions/setup-java@v4
16+
with:
17+
distribution: 'temurin'
18+
java-version: '21'
19+
1420
- name: Setup pnpm
1521
uses: pnpm/action-setup@v4
1622

0 commit comments

Comments
 (0)