From d53dcc06e69b6d607261781b4bfc09c52b737a91 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Tue, 4 Jun 2024 09:29:41 +0200 Subject: Fix the CI pin check --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ee28837..17ed0f26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,4 +59,6 @@ jobs: runs-on: [self-hosted, linux, nix] steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 # deep clone in order to get access to other commits - run: nix develop --command ./scripts/ci-check-charon-pin.sh -- cgit v1.2.3