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 48241be commit 52d721bCopy full SHA for 52d721b
.github/workflows/test.yml
@@ -17,6 +17,10 @@ jobs:
17
uses: actions/checkout@v4
18
19
- uses: DeterminateSystems/nix-installer-action@main
20
+ with:
21
+ extra-conf: |
22
+ substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
23
+ trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
24
25
- name: Set PostgreSQL versions
26
id: set-versions
0 commit comments