Skip to content

Commit b4653c7

Browse files
committed
Add needed dependency libmagic-dev into node 1 setup of Circle Parallel CI
1 parent 64ba688 commit b4653c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/circle_parallel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ "$NODE_INDEX" = "1" ]; then
1313
echo "Running node $NODE_INDEX ..."
1414
java -version
1515

16-
sudo apt-get -y install cpanminus
16+
sudo apt-get -y install cpanminus libmagic-dev
1717

1818
(cd samples/client/petstore/perl && /bin/bash ./test.bash)
1919
(cd samples/client/petstore/ruby && mvn integration-test)

0 commit comments

Comments
 (0)