Skip to content

Commit 9d989a8

Browse files
committed
[looper] Fix Java semver
1 parent 7fba757 commit 9d989a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/setup-java@v3
7878
with:
7979
distribution: "temurin"
80-
java-version: 11'
80+
java-version: "11"
8181

8282
- name: Setup Python
8383
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)