Skip to content

Commit

Permalink
apt install (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
ygoumaz authored Jul 17, 2023
1 parent e8e9e25 commit f8006a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci_after_init.bash
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NIGHTLY_DATE=`date --date="${LAST_NIGHTLY_DAY_OLD} day ago" +"%-d_%-m_%Y"`
WEBOTS_NIGHTLY_VERSION="nightly_${NIGHTLY_DATE}"

apt update
apt install -y wget dialog apt-utils psmisc lsb-release git
apt install -y wget dialog apt-utils psmisc lsb-release git libyaml-cpp-dev
wget https://github.com/cyberbotics/webots/releases/download/${WEBOTS_NIGHTLY_VERSION}/webots_${WEBOTS_RELEASE_VERSION}_amd64.deb -O /tmp/webots.deb
apt install -y /tmp/webots.deb xvfb

Expand Down

0 comments on commit f8006a5

Please sign in to comment.