Skip to content

Commit a73ff88

Browse files
authored
Update ci.yaml
1 parent 8215ab5 commit a73ff88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- os: ubuntu
5454
java-version: 21
5555
steps:
56-
- if: matrix.os == "windows"
56+
- if: matrix.os == 'windows'
5757
name: Support longpaths
5858
run: git config --system core.longpaths true
5959
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)