forked from DGNum/infrastructure
fix(workflows): And again
This commit is contained in:
parent
6f137c1dd5
commit
d74e93a703
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ name: npins update
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Run at 11 o'clock every day
|
# Run at 11 o'clock every day
|
||||||
- cron: "37 12 * * *"
|
- cron: "15 14 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
npins_update:
|
npins_update:
|
||||||
|
@ -21,6 +21,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install npins and tea
|
- name: Install npins and tea
|
||||||
run: |
|
run: |
|
||||||
|
. /root/.nix-profile/etc/profile.d/nix.sh
|
||||||
nix-env -iA npins
|
nix-env -iA npins
|
||||||
nix-env -iA tea
|
nix-env -iA tea
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue