update install

This commit is contained in:
William Cheng 2024-03-11 15:33:40 +08:00
parent 8e8e16e136
commit 474325a9e5

View File

@ -97,6 +97,7 @@ elif [ "$NODE_INDEX" = "4" ]; then
echo "Running node $NODE_INDEX ..."
sudo apt install r-base r-base-dev -y
sudo apt-get install r-base-core libssl-dev libcurl4-openssl-dev -y # for httr
(cd samples/client/petstore/R && mvn integration-test)
(cd samples/client/petstore/R-httpr2 && mvn integration-test)