Skip to content

Commit

Permalink
Update setup_env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Apr 17, 2024
1 parent 418fd3f commit bcc7da2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/unittest/linux_libs/scripts_meltingpot/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@

set -e -v

apt-get install -y git wget g++ gcc

apt-get install -y libglfw3 libgl1-mesa-glx libosmesa6 libglew-dev libglvnd0 libgl1 libglx0 libegl1 libgles2
apt-get update && apt-get upgrade -y
apt-get install -y git wget g++ gcc libglfw3 libgl1-mesa-glx libosmesa6 libglew-dev libglvnd0 libgl1 libglx0 libegl1 libgles2
apt-get upgrade -y libstdc++6

this_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
Expand Down

0 comments on commit bcc7da2

Please sign in to comment.