try installing sudo
Some checks failed
Check Flake / check-flake (push) Failing after 19s

This commit is contained in:
Zuckerberg 2023-04-23 19:07:32 -06:00
parent 34bc79b30d
commit 97318fed84

View File

@ -2,12 +2,15 @@ name: Check Flake
on: [push]
env:
DEBIAN_FRONTEND: noninteractive
jobs:
check-flake:
runs-on: ubuntu-latest
steps:
- name: Install sudo
run: apt-get update && apt-get upgrade && apt-get -y --no-install-recommends install sudo
run: apt-get update && apt-get install sudo
- name: Install Nix
uses: https://github.com/cachix/install-nix-action@v20