fix: set HOME
All checks were successful
Check / check (push) Successful in 53s

This commit is contained in:
2025-05-14 06:29:21 -04:00
parent 63433be0bb
commit d0e7ae9284
2 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,6 @@ jobs:
uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
install_options: --no-daemon
- name: Use Cachix
uses: cachix/cachix-action@v16

View File

@ -205,6 +205,7 @@
preBuild = ''
cp -r ${client} client
HOME=$PWD
'';
};
in