File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -63,18 +63,20 @@ jobs:
63
63
EOF
64
64
sudo chmod +x /etc/nix/upload-to-cache.sh
65
65
- name : Install nix
66
- uses : DeterminateSystems/ nix-installer- action@main
66
+ uses : cachix/install- nix-action@v27
67
67
if : ${{ github.secret_source == 'Actions' }}
68
68
with :
69
- extra-conf : |
69
+ install_url : https://releases.nixos.org/nix/nix-2.29.1/install
70
+ extra_nix_config : |
70
71
substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
71
72
trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
72
73
post-build-hook = /etc/nix/upload-to-cache.sh
73
74
- name : Install nix
74
- uses : DeterminateSystems/ nix-installer- action@main
75
+ uses : cachix/install- nix-action@v27
75
76
if : ${{ github.secret_source == 'None' }}
76
77
with :
77
- extra-conf : |
78
+ install_url : https://releases.nixos.org/nix/nix-2.29.1/install
79
+ extra_nix_config : |
78
80
substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
79
81
trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
80
82
- name : Aggressive disk cleanup for DuckDB build
You can’t perform that action at this time.
0 commit comments