try fix workflow by setting $HOME
Some checks failed
Integration Test / flake-check (push) Failing after 2m29s

This commit is contained in:
2025-04-12 16:56:19 +02:00
parent 584030431d
commit 6a8ab81b88

View File

@@ -11,4 +11,4 @@ jobs:
apt update -y
apt install sudo -y
- uses: cachix/install-nix-action@v30
- run: nix flake check --no-update-lock-file --accept-flake-config .
- run: export HOME=$(pwd); nix flake check --no-update-lock-file --accept-flake-config .