Skip to content

Commit

Permalink
ci: Fix Seed-Cachix jobs on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Jan 26, 2024
1 parent c94aa9c commit 071a3d4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/cachix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 071a3d4

Please sign in to comment.