Skip to content

Commit 0a75ea9

Browse files
committed
chore: permissions
1 parent fb0694b commit 0a75ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testinfra-nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121

2222
- name: Clean Nix store before build
2323
run: |
24-
nix-collect-garbage -d
25-
nix-store --optimize
24+
sudo nix-collect-garbage -d || true
25+
sudo nix-store --optimize || true
2626
df -h / # Display available space
2727
2828
- name: Set PostgreSQL versions

0 commit comments

Comments
 (0)