From 071a3d436fafe10728f8a11c9373441d4ca9aa1b Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 26 Jan 2024 18:10:38 +0100 Subject: [PATCH] ci: Fix Seed-Cachix jobs on linux --- .github/workflows/cachix.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/cachix.yaml b/.github/workflows/cachix.yaml index 071d08ac2..2642a6799 100644 --- a/.github/workflows/cachix.yaml +++ b/.github/workflows/cachix.yaml @@ -57,13 +57,7 @@ jobs: - name: Seed static toolchain if: matrix.os == 'Linux' run: | - nix-build -A packagesStatic.haskellPackages.hello - postgrest-push-cachix - - - name: Seed static postgresql build (for libpq) - if: matrix.os == 'Linux' - run: | - nix-build -A packagesStatic.pkgs.postgresql + nix-build -A packagesStatic.hello postgrest-push-cachix - name: Seed static postgrest build