X-Git-Url: https://git.m6w6.name/?p=m6w6%2Flibmemcached;a=blobdiff_plain;f=.github%2Fworkflows%2Fcmake-build-ci.yml;h=c160ea3033d31bd759ecbbcb11cca15fa3cbac45;hp=a6fbe59ab925feed7a4cc87dd596eb6c39bac1ca;hb=d72ff5b4ec83a12b7ca8eed10a9b51d081baf14b;hpb=3f17c41c8a44a0cc88e3bc6ca80f6d9947fba196 diff --git a/.github/workflows/cmake-build-ci.yml b/.github/workflows/cmake-build-ci.yml index a6fbe59a..c160ea30 100644 --- a/.github/workflows/cmake-build-ci.yml +++ b/.github/workflows/cmake-build-ci.yml @@ -420,6 +420,8 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v2 + with: + fetch-depth: 1000 - name: Install dependencies (Linux) if: runner.os == 'Linux' run: | @@ -510,6 +512,8 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v2 + with: + fetch-depth: 1000 - uses: msys2/setup-msys2@v2 with: release: false @@ -549,6 +553,8 @@ jobs: CC_VER: ${{ matrix.cc_ver }} steps: - uses: actions/checkout@v2 + with: + fetch-depth: 1000 - name: Prepare environment (for new gnu on ubuntu-20.04) if: (env.OS_VER=='ubuntu-20.04') && (env.CC_VND=='gnu') && (env.CC_VER=='new') run: |