ci: add sudo dependency
Some checks failed
Flake checks / Check (pull_request) Failing after 28s

This commit is contained in:
teutat3s 2023-11-19 16:34:23 +01:00
parent 96f12c7b10
commit 30ae5dad41
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -7,6 +7,9 @@ jobs:
Check:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
apt-get update && apt-get install --yes sudo
- uses: https://github.com/nixbuild/nix-quick-install-action@v26
with:
nix_conf: |