[actions] install sudo
Some checks failed
Check / tests (push) Failing after 4m34s

This commit is contained in:
2024-10-23 03:17:48 +02:00
parent f7bd5bd5e3
commit 7ebdc08457

View File

@@ -7,5 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies for Nix setup action
run: |
apt update -y
apt install sudo -y
- uses: cachix/install-nix-action@v27
- run: nix-build
- run: nix flake check