Skip to content

Commit e815b5c

Browse files
authored
Describe why JDK is needed
1 parent a15c8a1 commit e815b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Test all projects.yml

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

0 commit comments

Comments
 (0)