Skip to content

Commit dd4e554

Browse files
authored
Explain why JDK is needed
1 parent e815b5c commit dd4e554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build all projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/setup-dotnet@v1
1313
with:
1414
dotnet-version: '3.1.201'
15-
- name: Setup JDK
15+
- name: Setup JDK # Needed to run ANTLR for AngouriMath
1616
uses: actions/setup-java@v1
1717
with:
1818
java-version: '8'

0 commit comments

Comments
 (0)