fix(workflows): Try again
Some checks failed
npins update / npins_update (push) Failing after 1m13s

This commit is contained in:
Tom Hubrecht 2023-12-12 10:02:53 +01:00
parent 55fa43c03d
commit e41998705e

View file

@ -1,15 +1,15 @@
name: npins update
on:
schedule:
# Run at 16 o'clock every monday
- cron: "0 16 * * 1"
# Run at 11 o'clock every day
- cron: "0 11 * * *"
jobs:
npins_update:
runs-on: debian-latest
steps:
- name: Install applications
run: apt-get update && apt-get install --no-install-recommends tea sudo grep
run: apt-get update && apt-get install sudo
- uses: https://github.com/cachix/install-nix-action@v22
with:
@ -17,6 +17,10 @@ jobs:
- uses: actions/checkout@v3
- name: Install npins and tea
run: |
nix-env -iA npins tea
- name: Update dependencies
run: |
npins update