forked from DGNum/infrastructure
fix(workflows): Another one
This commit is contained in:
parent
e41998705e
commit
450cac2fe8
1 changed files with 5 additions and 4 deletions
|
@ -2,7 +2,7 @@ name: npins update
|
|||
on:
|
||||
schedule:
|
||||
# Run at 11 o'clock every day
|
||||
- cron: "0 11 * * *"
|
||||
- cron: "0 12 * * *"
|
||||
|
||||
jobs:
|
||||
npins_update:
|
||||
|
@ -11,15 +11,16 @@ jobs:
|
|||
- name: Install applications
|
||||
run: apt-get update && apt-get install sudo
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: https://github.com/cachix/install-nix-action@v22
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install npins and tea
|
||||
run: |
|
||||
nix-env -iA npins tea
|
||||
nix-env -iA npins
|
||||
nix-env -iA tea
|
||||
|
||||
- name: Update dependencies
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue