File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -63,15 +63,15 @@ jobs:
6363 EOF
6464 sudo chmod +x /etc/nix/upload-to-cache.sh
6565 - name : Install nix
66- uses : DeterminateSystems/nix-installer-action@e55779f9d272da1a0bf10de56fd2425175349619
66+ uses : DeterminateSystems/nix-installer-action@main
6767 if : ${{ github.secret_source == 'Actions' }}
6868 with :
6969 extra-conf : |
7070 substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
7171 trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
7272 post-build-hook = /etc/nix/upload-to-cache.sh
7373 - name : Install nix
74- uses : DeterminateSystems/nix-installer-action@e55779f9d272da1a0bf10de56fd2425175349619
74+ uses : DeterminateSystems/nix-installer-action@main
7575 if : ${{ github.secret_source == 'None' }}
7676 with :
7777 extra-conf : |
8080 - name : Aggressive disk cleanup for DuckDB build
8181 if : matrix.runner == 'macos-latest-xlarge'
8282 run : |
83+ nix --version
8384 echo "=== BEFORE CLEANUP ==="
8485 df -h
8586 # Remove major space consumers
You can’t perform that action at this time.
0 commit comments