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