We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8215ab5 commit a73ff88Copy full SHA for a73ff88
.github/workflows/ci.yaml
@@ -53,7 +53,7 @@ jobs:
53
- os: ubuntu
54
java-version: 21
55
steps:
56
- - if: matrix.os == "windows"
+ - if: matrix.os == 'windows'
57
name: Support longpaths
58
run: git config --system core.longpaths true
59
- uses: actions/checkout@v2
0 commit comments