wip: try image with ci user + sudo
Some checks failed
Flake checks / Check (pull_request) Failing after 20s

This commit is contained in:
teutat3s 2023-12-11 19:14:55 +01:00
parent 18d0c6527f
commit 4ada18c05c
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -1,7 +1,7 @@
name: Flake checks
on: [pull_request]
env:
USER: root
USER: ci
jobs:
Check:
@ -9,7 +9,7 @@ jobs:
steps:
- name: Install dependencies
run: |
apt-get update && apt-get install --yes sudo zstd && groupadd nixbld
sudo apt-get update && sudo apt-get install --yes zstd
- uses: https://github.com/nixbuild/nix-quick-install-action@v26
with:
nix_conf: |