This commit is contained in:
parent
34bc79b30d
commit
97318fed84
@ -2,12 +2,15 @@ name: Check Flake
|
|||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
env:
|
||||||
|
DEBIAN_FRONTEND: noninteractive
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-flake:
|
check-flake:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install sudo
|
- 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
|
- name: Install Nix
|
||||||
uses: https://github.com/cachix/install-nix-action@v20
|
uses: https://github.com/cachix/install-nix-action@v20
|
||||||
|
Loading…
x
Reference in New Issue
Block a user