diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index fdbe1b8..418eeab 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 50 - name: Enable Nix flakes run: | @@ -30,6 +32,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 50 - name: Enable Nix flakes run: | @@ -47,6 +51,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 50 - name: Enable Nix flakes run: |