Skip to content

Commit

Permalink
Add needed dependency libmagic-dev into node 1 setup of Circle Parall…
Browse files Browse the repository at this point in the history
…el CI
  • Loading branch information
dvacca-onfido committed Feb 13, 2024
1 parent 64ba688 commit b4653c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/circle_parallel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ "$NODE_INDEX" = "1" ]; then
echo "Running node $NODE_INDEX ..."
java -version

sudo apt-get -y install cpanminus
sudo apt-get -y install cpanminus libmagic-dev

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

0 comments on commit b4653c7

Please sign in to comment.