From 2eec5945e09d64490fa00a64c7b8828aa121868f Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Fri, 10 May 2024 17:35:52 +0000 Subject: [PATCH] Fetch tags --- .github/workflows/bencher.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/bencher.yml b/.github/workflows/bencher.yml index 7b5c50e9e7f8..21645edb8b8a 100644 --- a/.github/workflows/bencher.yml +++ b/.github/workflows/bencher.yml @@ -10,6 +10,9 @@ jobs: image: ccfmsrc.azurecr.io/ccf/ci:2024-04-25-virtual-clang15 steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - run: | git config --global --add safe.directory /__w/CCF/CCF mkdir build