X-Git-Url: https://git.m6w6.name/?p=m6w6%2Flibmemcached;a=blobdiff_plain;f=.github%2Fworkflows%2Fcmake-build-ci.gen;h=0545c2138b4ee52813c127b977c8e82b9b69bc34;hp=b217d5e7f742f3bbbd12d18ece92be38be39c818;hb=d72ff5b4ec83a12b7ca8eed10a9b51d081baf14b;hpb=3f17c41c8a44a0cc88e3bc6ca80f6d9947fba196 diff --git a/.github/workflows/cmake-build-ci.gen b/.github/workflows/cmake-build-ci.gen index b217d5e7..0545c213 100755 --- a/.github/workflows/cmake-build-ci.gen +++ b/.github/workflows/cmake-build-ci.gen @@ -363,6 +363,8 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v2 + with: + fetch-depth: 1000 # win build @@ -377,6 +379,8 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v2 + with: + fetch-depth: 1000 - uses: msys2/setup-msys2@v2 with: release: false @@ -416,4 +420,6 @@ jobs: CC_VER: ${{ matrix.cc_ver }} steps: - uses: actions/checkout@v2 + with: + fetch-depth: 1000