Update .forgejo/workflows/update_input.yaml
This commit is contained in:
parent
33a2283d22
commit
31bcecb587
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Install sudo package
|
||||||
|
run: apt update && apt install sudo
|
||||||
- uses: https://github.com/cachix/install-nix-action@v27
|
- uses: https://github.com/cachix/install-nix-action@v27
|
||||||
with:
|
with:
|
||||||
#nix_path: nixpkgs=channel:nixos-unstable
|
#nix_path: nixpkgs=channel:nixos-unstable
|
||||||
|
|
Loading…
Reference in a new issue