diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c4b4007b11..b92e5370de 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,7 +53,7 @@ jobs: - os: ubuntu java-version: 21 steps: - - if: matrix.os == "windows" + - if: matrix.os == 'windows' name: Support longpaths run: git config --system core.longpaths true - uses: actions/checkout@v2