ci: pass --elc path explicitly to elb (elc not in container PATH)

This commit is contained in:
2026-05-05 14:52:56 -05:00
parent 486eda8bc5
commit d546c9563e
+3 -1
View File
@@ -68,7 +68,9 @@ jobs:
run: |
set -euo pipefail
export EL_HOME=/opt/el
/opt/el/dist/bin/elb build --runtime=/opt/el/el-compiler/runtime
/opt/el/dist/bin/elb build \
--elc=/opt/el/dist/platform/elc \
--runtime=/opt/el/el-compiler/runtime
echo "Binary: $(ls -lh dist/neuron-landing)"
- name: Compile JS El sources