Skip to content

Commit

Permalink
dunossauro#1: Adding sudo for ci apt installer
Browse files Browse the repository at this point in the history
  • Loading branch information
williangl committed Mar 24, 2021
1 parent 94a2e14 commit 45bb24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci_env.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
install_ubuntu_image_dependencies () {
# based on Ubuntu:18.04
apt-get update
apt-get -y install libgstreamer1.0-dev gstreamer1.0-alsa gstreamer1.0-plugins-base \
sudo apt-get update
sudo apt-get -y install libgstreamer1.0-dev gstreamer1.0-alsa gstreamer1.0-plugins-base \
libsmpeg-dev libswscale-dev libavformat-dev libavcodec-dev libjpeg-dev libtiff5-dev \
libx11-dev libmtdev-dev build-essential libgl1-mesa-dev libgles2-mesa-dev xvfb \
pulseaudio xsel libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev libsdl2-mixer-dev
Expand Down

0 comments on commit 45bb24c

Please sign in to comment.