Skip to content

Commit 60d4d3b

Browse files
committed
Fix syntax
1 parent 6311de6 commit 60d4d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
# region setup-JDK
197197
- name: Create ASDF config
198198
if: startsWith(matrix.os, 'macos')
199-
run :
199+
run: |
200200
cat > .tool-versions <<EOF
201201
java openjdk-26.ea.18
202202
- name: Setup JDK 26 EA for "java toolchain" of Gradle

0 commit comments

Comments
 (0)