ci: try to add group nixbld
Some checks failed
Flake checks / Check (pull_request) Failing after 19s

This commit is contained in:
teutat3s 2023-11-19 16:43:02 +01:00
parent 0c3cb9f90b
commit 35943b90cd
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -9,7 +9,7 @@ jobs:
steps:
- name: Install dependencies
run: |
apt-get update && apt-get install --yes sudo zstd
apt-get update && apt-get install --yes sudo zstd && groupadd nixbld
- uses: https://github.com/nixbuild/nix-quick-install-action@v26
with:
nix_conf: |