mirror of https://github.com/aminya/setup-cpp.git
fix: exclude vcpkg on arm64 docker
This commit is contained in:
parent
068684f46b
commit
8f8b73f53d
|
|
@ -25,7 +25,7 @@ RUN node /usr/lib/setup-cpp/setup-cpp.js \
|
|||
--cmake true \
|
||||
--ninja true \
|
||||
--task true \
|
||||
--vcpkg true \
|
||||
--vcpkg $([ "$TARGETARCH" = "arm64" ] && echo "false" || echo "true") \
|
||||
--python true \
|
||||
--make true \
|
||||
--cppcheck true \
|
||||
|
|
|
|||
Loading…
Reference in New Issue