Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Bettini <[email protected]>
  • Loading branch information
matteobettini committed Sep 20, 2023
1 parent 08036e1 commit f8c62ca
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/unittest/install_vmas.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@

python -m pip install vmas
sudo apt-get update
sudo apt-get install --fix-missing libgl1-mesa-dev
sudo apt-get install -y python-opengl
sudo apt install -y freeglut3-devel
sudo apt-get install -y libglx-dev
sudo apt-get install -y xvbf
sudo apt-get install -y x11-utils
sudo apt-get install python3-opengl xvfb
export DISPLAY=':99.0'
Xvfb :99 -screen 0 1400x900x24 > /dev/null 2>&1 &

0 comments on commit f8c62ca

Please sign in to comment.