Skip to content

Commit cb7505b

Browse files
committed
I do not understand
1 parent c2ba65e commit cb7505b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/install_dart_latest.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,13 @@ cmake -DDART_TREAT_WARNINGS_AS_ERRORS=OFF -DDART_BUILD_DARTPY=ON -DBUILD_SHARED_
4141
else
4242
cmake -DDART_TREAT_WARNINGS_AS_ERRORS=OFF -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_INSTALL_PREFIX=${PREFIX} ..
4343
fi
44+
# First C++ lib
4445
make -j4
46+
${SUDOCMD} make install
47+
48+
# Then dartpy
4549
make -j4 dartpy
4650
${SUDOCMD} make install
47-
${SUDOCMD} make install dartpy
4851

4952
# We are inside the CI
5053
if [ "$PREFIX" = "/home/runner/.dart_install" ]; then

0 commit comments

Comments
 (0)