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

This commit is contained in:
teutat3s 2023-11-09 04:01:12 +01:00
parent 68c5639bff
commit 342c4cd7e0
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -4,6 +4,8 @@ on: [push]
jobs:
Check:
runs-on: ubuntu-latest
env:
USER: root
steps:
- name: Check out repository code
uses: https://code.forgejo.org/actions/checkout@v4
@ -11,8 +13,6 @@ jobs:
run: "apt update && apt install -y sudo"
- name: Install nix
uses: https://github.com/cachix/install-nix-action@v23
- name: Set USER to make cachix happy
run: "export USER=root"
- name: Prepare cachix
uses: https://github.com/cachix/cachix-action@v12
with: