mdbx-ci: hotfix for github-action+git issue.

Change-Id: I235a9d5a55c284aa545fc2a18fb7cb8411747f89
This commit is contained in:
Leonid Yuriev 2021-02-02 22:34:42 +03:00
parent be220dc905
commit d78150de79

View File

@ -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