From d78150de79c5bce274bb2020702224fe9479b1d2 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Tue, 2 Feb 2021 22:34:42 +0300 Subject: [PATCH] mdbx-ci: hotfix for github-action+git issue. Change-Id: I235a9d5a55c284aa545fc2a18fb7cb8411747f89 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68681f3b..1f0f8293 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: fetch tags - run: git fetch --unshallow --tags --prune + run: git fetch --unshallow --tags --prune || true - name: make check run: make --keep-going all && MALLOC_CHECK_=7 MALLOC_PERTURB_=42 make --keep-going check shell: bash