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

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

View file

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