From 8610aa5ac28554cd5cfaa582c9534bc4c97be6b8 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Mon, 3 Mar 2025 21:13:34 +0200 Subject: [PATCH] Remove submodule clone from ci pipeline --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67fabec..ef07fd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,12 +16,6 @@ jobs: token: ${{ secrets.CI_TOKEN }} lfs: false - - name: Add submodules to nix store to circumvent another nix bug - run: | - git clone https://git.qo.is/qo.is/infrastructure-private.git /tmp/private - cd /tmp/private - nix flake prefetch - - name: Use attic cache run: nix run .#cache use