cda-group / arc

Programming Language for Continuous Deep Analytics
https://cda-group.github.io/arc/
44 stars 6 forks source link

Make CI script work with github runners #415

Closed segeljakt closed 1 year ago

frej commented 2 years ago
env: 'run-step': No such file or directory

Ah, run-step is a bash function, we have to export -f it.

So add export -f run-step after the definition.

frej commented 2 years ago

Try this

env "${A2M_CMAKE_DEFS[@]}" bash -c run-step ./build