ci: install npins for port updates (#209)

This commit is contained in:
seth 2024-06-04 11:48:43 +00:00 committed by GitHub
parent 534be878b3
commit aebbd73353
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"