We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fceca5 commit f825a9bCopy full SHA for f825a9b
.github/workflows/testinfra-ami-build.yml
@@ -17,7 +17,13 @@ jobs:
17
- name: Checkout Repo
18
uses: supabase/postgres/.github/actions/shared-checkout@HEAD
19
20
- - uses: DeterminateSystems/nix-installer-action@main
+ - name: Install nix
21
+ uses: cachix/install-nix-action@v27
22
+ with:
23
+ install_url: https://releases.nixos.org/nix/nix-2.29.1/install
24
+ extra_nix_config: |
25
+ substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
26
+ trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
27
28
- name: Set PostgreSQL versions
29
id: set-versions
0 commit comments