From f218f0e93ad88c7baa445a58c0d3b5489031d025 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 10 Jun 2024 15:21:41 +0200 Subject: [PATCH] Try without fetch-depth:0 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08815f7f0..6bd09c8eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,6 @@ jobs: timeout-minutes: 60 steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - uses: DeterminateSystems/nix-installer-action@main with: flakehub: true