fix(workflows): Another one

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: on:
schedule: schedule:
# Run at 11 o'clock every day # Run at 11 o'clock every day
- cron: "0 11 * * *" - cron: "0 12 * * *"
jobs: jobs:
npins_update: npins_update:
@ -11,15 +11,16 @@ jobs:
- name: Install applications - name: Install applications
run: apt-get update && apt-get install sudo run: apt-get update && apt-get install sudo
- uses: actions/checkout@v3
- uses: https://github.com/cachix/install-nix-action@v22 - uses: https://github.com/cachix/install-nix-action@v22
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
- uses: actions/checkout@v3
- name: Install npins and tea - name: Install npins and tea
run: | run: |
nix-env -iA npins tea nix-env -iA npins
nix-env -iA tea
- name: Update dependencies - name: Update dependencies
run: | run: |