X-Git-Url: https://git.m6w6.name/?p=m6w6%2Flibmemcached;a=blobdiff_plain;f=.github%2Fworkflows%2Fcmake-build-ci.gen;h=d75cc66b741127385dfe5b9cbe45a997c34dfb74;hp=0545c2138b4ee52813c127b977c8e82b9b69bc34;hb=9d4ea07d510427108a1e166842d365b061661eb3;hpb=1419585ea96c095448da2a455580f5905ddd2177 diff --git a/.github/workflows/cmake-build-ci.gen b/.github/workflows/cmake-build-ci.gen index 0545c213..d75cc66b 100755 --- a/.github/workflows/cmake-build-ci.gen +++ b/.github/workflows/cmake-build-ci.gen @@ -363,8 +363,8 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v2 - with: - fetch-depth: 1000 + - name: Fetch tags + run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* # win build @@ -379,8 +379,8 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v2 - with: - fetch-depth: 1000 + - name: Fetch tags + run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - uses: msys2/setup-msys2@v2 with: release: false @@ -420,6 +420,6 @@ jobs: CC_VER: ${{ matrix.cc_ver }} steps: - uses: actions/checkout@v2 - with: - fetch-depth: 1000 + - name: Fetch tags + run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*