ci: gh-actions: attempt to fix mingw env
[m6w6/libmemcached] / .github / workflows / cmake-build-ci.yml
index fcb497a56371e056d4a6d148f0a7afe47c54f45a..53eb146b7a7e0162c6cd9f1fc30789681b779e63 100644 (file)
@@ -360,7 +360,7 @@ jobs:
       - name: Prepare environment (MinGW)
         if: env.CC_VND == 'mingw'
         run: |
-          echo "CMAKE_GENERATOR=\"MinGW Makefiles\"" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
+          echo 'CMAKE_GENERATOR="MinGW Makefiles"' | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
       - name: Install dependencies (Windows)
         if: runner.os == 'Windows'
         uses: msys2/setup-msys2@v2