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:
parent
c3fd7f84ad
commit
d6ac9e1aed
|
@ -417,7 +417,7 @@ ENV WASI_SDK_PATH="/tools/wasi-sdk"
|
|||
ENV PATH="/tools/wamr:$PATH"
|
||||
|
||||
# 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"
|
||||
|
||||
# ZAP tool and nodejs packet
|
||||
|
|
Loading…
Reference in New Issue