This commit is contained in:
parent
435bbae7ab
commit
f9ac0fb22d
1 changed files with 3 additions and 3 deletions
|
@ -7,10 +7,10 @@ on:
|
|||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
shell: bash
|
||||
steps:
|
||||
- name: Install sudo package
|
||||
run: apt update && apt install sudo
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
- uses: https://github.com/cachix/install-nix-action@v27
|
||||
with:
|
||||
enable_kvm: false
|
||||
install_options: --no-daemon
|
||||
- run: nix flake check .
|
Loading…
Reference in a new issue