From 4ada18c05cb3a75a20962ecf692fdbcc21c2aae3 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 11 Dec 2023 19:14:55 +0100 Subject: [PATCH] wip: try image with ci user + sudo --- .forgejo/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index 1781ad8..321b7d6 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -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: |