mirror of
https://git.madhouse-project.org/algernon/iocaine.git
synced 2025-03-10 17:28:49 +01:00
ci/build: Make container depend on binary-static
The container build will use the static binary built in binary-static, there's no need to build it twice. Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
parent
2b68be87f8
commit
db50c2ed1f
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ jobs:
|
||||||
|
|
||||||
container:
|
container:
|
||||||
runs-on: nixos-latest
|
runs-on: nixos-latest
|
||||||
|
needs: binary-static
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue