ci: Fix Seed-Cachix jobs on linux
This commit is contained in:
@@ -57,13 +57,7 @@ jobs:
|
|||||||
- name: Seed static toolchain
|
- name: Seed static toolchain
|
||||||
if: matrix.os == 'Linux'
|
if: matrix.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
nix-build -A packagesStatic.haskellPackages.hello
|
nix-build -A packagesStatic.hello
|
||||||
postgrest-push-cachix
|
|
||||||
|
|
||||||
- name: Seed static postgresql build (for libpq)
|
|
||||||
if: matrix.os == 'Linux'
|
|
||||||
run: |
|
|
||||||
nix-build -A packagesStatic.pkgs.postgresql
|
|
||||||
postgrest-push-cachix
|
postgrest-push-cachix
|
||||||
|
|
||||||
- name: Seed static postgrest build
|
- name: Seed static postgrest build
|
||||||
|
|||||||
Reference in New Issue
Block a user