Skip to content

Commit c35d0a6

Browse files
author
Christophe Ninucci
committed
hackish lorraine
1 parent edce4ec commit c35d0a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
image: nixos/nix
2020
options: --privileged -v ${{ github.workspace }}:/workspace
2121
run: |
22-
whoami
23-
cd /workspace
22+
cp /workspace /tmp/workspace -r
23+
chown root: /tmp/workspace -R
24+
cd /tmp/workspace
2425
nix --extra-experimental-features nix-command --extra-experimental-features flakes develop --command bash -c 'nixunits build TOTO -cc "{ services.httpd.enable = true; }" -6'

0 commit comments

Comments
 (0)