Install sudo
Some checks failed
update-flake-lock / lockfile (push) Failing after 16s

This commit is contained in:
2023-09-27 10:51:49 +03:00
parent 1a8f1d997a
commit da5d90ca4c

View File

@@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup sudo (required for the next step)
run: apt-get update && apt-get install -y sudo
- name: Setup nix
uses: cachix/install-nix-action@v22
- name: Update nix flake lockfile