Skip to content

Commit

Permalink
ci/docker: Fix " Could not find GN_EXECUTABLEXX using the following n…
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiang781216 committed Dec 9, 2023
1 parent c3fd7f8 commit f65cd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/docker/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f65cd23

Please sign in to comment.