This commit is contained in:
parent
34bc79b30d
commit
97318fed84
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user