Remove submodule clone from ci pipeline
All checks were successful
CI / build (push) Successful in 2m32s
All checks were successful
CI / build (push) Successful in 2m32s
This commit is contained in:
parent
078e930143
commit
8610aa5ac2
1 changed files with 0 additions and 6 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue