X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fcmake-build-ci.yml;h=70074fd68e751ee311919b9b5a87f88f304b319e;hb=cfd24b226a473c0eddb4241048200bfdf2164485;hp=c3d78847c6e0df37b556673701d00ede72e89f42;hpb=33617a7a1c94a9e79bef71fbffa48033cf87dbdf;p=awesomized%2Flibmemcached diff --git a/.github/workflows/cmake-build-ci.yml b/.github/workflows/cmake-build-ci.yml index c3d78847..70074fd6 100644 --- a/.github/workflows/cmake-build-ci.yml +++ b/.github/workflows/cmake-build-ci.yml @@ -635,9 +635,9 @@ jobs: git - name: Prepare environment (for mingw on Windows) run: | - echo "\msys64\usr\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - echo "\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - - name: Install dependencies (Linux) + echo "c:\msys64\usr\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append + echo "c:\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append + - name: Install dependencies (Linux) if: runner.os == 'Linux' run: | sudo apt-get install -my \