ci: Fix Seed-Cachix jobs on linux

This commit is contained in:
Wolfgang Walther
2024-01-26 18:10:38 +01:00
parent c94aa9ccd9
commit 071a3d436f
+1 -7
View File
@@ -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