X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=.github%2Fworkflows%2Fcmake-build-ci.gen;h=41fbecf5afdc544a5df376db28ce2283b1a14b90;hb=06ac8230e45d1317aaa62e5fa2e711c6a1269495;hp=d9434506ff3b00037456a7a9dfd696f16079ebf3;hpb=c30ef1a4575868312dbd6251b54eb66f39d38783;p=awesomized%2Flibmemcached diff --git a/.github/workflows/cmake-build-ci.gen b/.github/workflows/cmake-build-ci.gen index d9434506..41fbecf5 100755 --- a/.github/workflows/cmake-build-ci.gen +++ b/.github/workflows/cmake-build-ci.gen @@ -390,7 +390,7 @@ jobs: # win mingw build (set PATH=%PATH%;c:\msys64\mingw64\bin) - win-msvc: + win-mingw: name: win-mingw (, mingw, ) runs-on: # env: @@ -402,13 +402,21 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - uses: msys2/setup-msys2@v2 with: release: false + path-type: inherit install: >- rsync openssh mingw-w64-x86_64-toolchain + git + - name: Prepare environment (for mingw on Windows) + run: | + 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 # linux release builds