fix(workflows): And again.
Some checks failed
npins update / npins_update (push) Failing after 4m55s
Some checks failed
npins update / npins_update (push) Failing after 4m55s
This commit is contained in:
parent
d74e93a703
commit
85c60fb593
1 changed files with 2 additions and 4 deletions
|
@ -2,7 +2,7 @@ name: npins update
|
|||
on:
|
||||
schedule:
|
||||
# Run at 11 o'clock every day
|
||||
- cron: "15 14 * * *"
|
||||
- cron: "24 14 * * *"
|
||||
|
||||
jobs:
|
||||
npins_update:
|
||||
|
@ -21,9 +21,7 @@ jobs:
|
|||
|
||||
- name: Install npins and tea
|
||||
run: |
|
||||
. /root/.nix-profile/etc/profile.d/nix.sh
|
||||
nix-env -iA npins
|
||||
nix-env -iA tea
|
||||
nix-env -f '<nixpkgs>' -i npins tea
|
||||
|
||||
- name: Update dependencies and open PR if necessary
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue