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

This commit is contained in:
Zuckerberg 2023-04-23 19:06:39 -06:00
parent 233cfce663
commit 34bc79b30d

View File

@ -2,15 +2,12 @@ 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 --assume-yes install sudo
run: apt-get update && apt-get upgrade && apt-get -y --no-install-recommends install sudo
- name: Install Nix
uses: https://github.com/cachix/install-nix-action@v20