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:
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@e55779f9d272da1a0bf10de56fd2425175349619
66
+ uses : DeterminateSystems/nix-installer-action@main
67
67
if : ${{ github.secret_source == 'Actions' }}
68
68
with :
69
69
extra-conf : |
70
70
substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
71
71
trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
72
72
post-build-hook = /etc/nix/upload-to-cache.sh
73
73
- name : Install nix
74
- uses : DeterminateSystems/nix-installer-action@e55779f9d272da1a0bf10de56fd2425175349619
74
+ uses : DeterminateSystems/nix-installer-action@main
75
75
if : ${{ github.secret_source == 'None' }}
76
76
with :
77
77
extra-conf : |
80
80
- name : Aggressive disk cleanup for DuckDB build
81
81
if : matrix.runner == 'macos-latest-xlarge'
82
82
run : |
83
+ nix --version
83
84
echo "=== BEFORE CLEANUP ==="
84
85
df -h
85
86
# Remove major space consumers
You can’t perform that action at this time.
0 commit comments