File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 # This workflow contains a single job called "build"
1616 build :
1717 # The type of runner that the job will run on
18- runs-on : ubuntu-18 .04
18+ runs-on : ubuntu-20 .04
1919 env :
2020 DISPLAY : :0
2121
3232 # start xvfb in the background
3333 sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
3434 cur=`pwd`
35- wget http://www.coppeliarobotics.com/files/CoppeliaSim_Edu_V4_1_0_Ubuntu18_04 .tar.xz
36- tar -xf CoppeliaSim_Edu_V4_1_0_Ubuntu18_04 .tar.xz
37- export COPPELIASIM_ROOT="$cur/CoppeliaSim_Edu_V4_1_0_Ubuntu18_04 "
35+ wget http://www.coppeliarobotics.com/files/CoppeliaSim_Edu_V4_1_0_Ubuntu20_04 .tar.xz
36+ tar -xf CoppeliaSim_Edu_V4_1_0_Ubuntu20_04 .tar.xz
37+ export COPPELIASIM_ROOT="$cur/CoppeliaSim_Edu_V4_1_0_Ubuntu20_04 "
3838 echo $COPPELIASIM_ROOT
3939 ls -al
4040 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$COPPELIASIM_ROOT:$COPPELIASIM_ROOT/platforms
You can’t perform that action at this time.
0 commit comments