ci: install npins for port updates (#209)
This commit is contained in:
parent
534be878b3
commit
aebbd73353
1 changed files with 3 additions and 0 deletions
3
.github/workflows/update-ports.yml
vendored
3
.github/workflows/update-ports.yml
vendored
|
@ -23,6 +23,9 @@ jobs:
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@V27
|
uses: cachix/install-nix-action@V27
|
||||||
|
|
||||||
|
- name: Install npins
|
||||||
|
run: nix profile install 'nixpkgs#npins'
|
||||||
|
|
||||||
- uses: getchoo/update-npins@v0.1.1
|
- uses: getchoo/update-npins@v0.1.1
|
||||||
with:
|
with:
|
||||||
npins-directory: "./.sources"
|
npins-directory: "./.sources"
|
||||||
|
|
Loading…
Reference in a new issue