elb: pass --runtime to locate el_runtime.c in ci-base

This commit is contained in:
2026-05-05 14:08:28 -05:00
parent 83555f5f32
commit 92676731cc
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
run: |
set -euo pipefail
export EL_HOME=/opt/el
/opt/el/dist/bin/elb build
/opt/el/dist/bin/elb build --runtime=/opt/el/el-compiler/runtime
echo "Binary: $(ls -lh dist/neuron-landing)"
- name: Compile JS El sources