fix: wrap build in tini

This commit is contained in:
Adam Stephens 2024-06-08 09:52:15 -04:00
parent 0cf1cf36b8
commit 65b22fab10
No known key found for this signature in database

View file

@ -11,7 +11,7 @@ steps:
- name: build
image: bash
commands:
- nix develop .#ci -c just -- build
- tini -s nix -- develop .#ci -c just -- build
- name: upload
image: bash