Skip to content

Commit 5adf517

Browse files
committed
fix: restore and check version
1 parent d60e40c commit 5adf517

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nix-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |
@@ -80,6 +80,7 @@ jobs:
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

0 commit comments

Comments
 (0)