wip: cachix actions needs USER env
Some checks failed
Flake checks / Check (push) Failing after 31s

This commit is contained in:
teutat3s 2023-11-09 03:41:12 +01:00
parent 72a12f2566
commit 41b8259175
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -11,6 +11,8 @@ jobs:
run: "apt update && apt install -y sudo"
- name: Install nix
uses: https://github.com/cachix/install-nix-action@v23
env:
USER: root
- name: Prepare cachix
uses: https://github.com/cachix/cachix-action@v12
with: