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:
6363 EOF
6464 sudo chmod +x /etc/nix/upload-to-cache.sh
6565 - name : Install nix
66- uses : DeterminateSystems/ nix-installer- action@main
66+ uses : cachix/install- nix-action@v27
6767 if : ${{ github.secret_source == 'Actions' }}
6868 with :
69- extra-conf : |
69+ install_url : https://releases.nixos.org/nix/nix-2.29.1/install
70+ extra_nix_config : |
7071 substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
7172 trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
7273 post-build-hook = /etc/nix/upload-to-cache.sh
7374 - name : Install nix
74- uses : DeterminateSystems/ nix-installer- action@main
75+ uses : cachix/install- nix-action@v27
7576 if : ${{ github.secret_source == 'None' }}
7677 with :
77- extra-conf : |
78+ install_url : https://releases.nixos.org/nix/nix-2.29.1/install
79+ extra_nix_config : |
7880 substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
7981 trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
8082 - name : Aggressive disk cleanup for DuckDB build
You can’t perform that action at this time.
0 commit comments