ci: The package job needs prelude (#7768)

This commit is contained in:
Shrikant Sharat Kandula 2021-09-23 19:07:39 +05:30 committed by GitHub
parent 3412644a75
commit afb5bfcd70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,7 +179,7 @@ jobs:
path: app/rts/dist/
package:
needs: [buildClient, buildServer, buildRts]
needs: [prelude, buildClient, buildServer, buildRts]
runs-on: ubuntu-latest