apparently you don’t specify docker images there
Some checks failed
update-riscv / pr (push) Has been cancelled
Some checks failed
update-riscv / pr (push) Has been cancelled
This commit is contained in:
parent
5e2ae7bbaa
commit
48dee9da9c
1 changed files with 3 additions and 1 deletions
4
.github/workflows/update.yaml
vendored
4
.github/workflows/update.yaml
vendored
|
@ -5,7 +5,9 @@ on:
|
||||||
- cron: "3 18 * * *"
|
- cron: "3 18 * * *"
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
runs-on: nixpkgs/nix
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: nixpkgs/nix
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue