This commit is contained in:
parent
185f9fa6a5
commit
cd1c1eea16
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
steps:
|
steps:
|
||||||
- name: Install sudo package
|
- name: Install sudo package
|
||||||
run: apt update && apt install sudo jq
|
run: apt update && apt install sudo jq -y
|
||||||
- uses: https://github.com/actions/checkout@v4
|
- uses: https://github.com/actions/checkout@v4
|
||||||
- uses: https://github.com/cachix/install-nix-action@v27
|
- uses: https://github.com/cachix/install-nix-action@v27
|
||||||
- name: Show flake info
|
- name: Show flake info
|
||||||
|
|
Loading…
Add table
Reference in a new issue