fix(workflows): Another one
Some checks failed
npins update / npins_update (push) Failing after 35s

This commit is contained in:
Tom Hubrecht 2023-12-12 11:42:26 +01:00
parent e41998705e
commit 450cac2fe8

View file

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