Skip to content

Commit 14ab0ba

Browse files
committed
Try java 8
1 parent 4b74ec4 commit 14ab0ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
container: lampepfl/dotty:2020-04-24
5959

6060
steps:
61-
- name: Set JDK 11 as default
62-
run: echo "::add-path::/usr/lib/jvm/java-11-openjdk-amd64/bin"
61+
# - name: Set JDK 11 as default
62+
# run: echo "::add-path::/usr/lib/jvm/java-11-openjdk-amd64/bin"
6363

6464
- name: Checkout cleanup script
6565
uses: actions/checkout@v2

0 commit comments

Comments
 (0)