mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
ci/docker: Fix " Could not find GN_EXECUTABLEXX using the following names: gn"
report here: https://github.com/apache/nuttx-apps/actions/runs/7149109828/job/19470959712?pr=2225 regression by: https://github.com/apache/nuttx/pull/11345 Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -417,7 +417,7 @@ ENV WASI_SDK_PATH="/tools/wasi-sdk"
|
|||||||
ENV PATH="/tools/wamr:$PATH"
|
ENV PATH="/tools/wamr:$PATH"
|
||||||
|
|
||||||
# gn tool
|
# gn tool
|
||||||
COPY --from=nuttx-tools /tools/gn/ /tools/gn/out/
|
COPY --from=nuttx-tools /tools/gn/ /tools/gn/gn/out/
|
||||||
ENV PATH="/tools/gn:$PATH"
|
ENV PATH="/tools/gn:$PATH"
|
||||||
|
|
||||||
# ZAP tool and nodejs packet
|
# ZAP tool and nodejs packet
|
||||||
|
|||||||
Reference in New Issue
Block a user