From 749b7faea19036fdb8454e699db4e0b098490719 Mon Sep 17 00:00:00 2001 From: NexVeridian Date: Tue, 6 May 2025 16:19:59 -0700 Subject: [PATCH] ci: nix-fast-build --- .github/workflows/crane.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crane.yml b/.github/workflows/crane.yml index 9a4d6c7..fd59efd 100644 --- a/.github/workflows/crane.yml +++ b/.github/workflows/crane.yml @@ -24,7 +24,7 @@ jobs: - run: nix run -I nixpkgs=channel:nixos-unstable nixpkgs#attic-client login nex https://nix.nexveridian.com ${{ secrets.ATTIC_TOKEN }} || true - run: nix run -I nixpkgs=channel:nixos-unstable nixpkgs#attic-client cache create wikidata-to-surrealdb || true - run: nix run -I nixpkgs=channel:nixos-unstable nixpkgs#attic-client use wikidata-to-surrealdb || true - - run: nix flake check --all-systems + - run: nix run -I nixpkgs=channel:nixos-unstable nixpkgs#nix-fast-build -- --attic-cache wikidata-to-surrealdb --no-nom --skip-cached - run: | for i in {1..10}; do nix run -I nixpkgs=channel:nixos-unstable nixpkgs#attic-client push wikidata-to-surrealdb /nix/store/*/ && break || [ $i -eq 5 ] || sleep 5