depends_on is a string array

This commit is contained in:
Paul Reeves 2023-05-15 11:18:52 +02:00
parent 2e3b529d17
commit b0f06c1082

View File

@ -52,7 +52,8 @@ steps:
<<: *anchor_compiler_image
commands:
- make install
depends_on: build-success
depends_on:
- build-success
# ### TODO package up the contents of .libs and maybe the public header?