File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 - name : Environment Info
2525 run : |
2626 apt-get update
27- apt-get install lsb-release
27+ apt-get install -y lsb-release
2828 pwd
2929 uname -r
3030 lsb_release -a
5050 curl http://robotpkg.openrobots.org/packages/debian/robotpkg.asc | tee /etc/apt/keyrings/robotpkg.asc
5151 echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/robotpkg.asc] http://robotpkg.openrobots.org/packages/debian/pub $(lsb_release -cs) robotpkg" | tee /etc/apt/sources.list.d/robotpkg.list
5252 apt-get update
53- apt-get install robotpkg-coal robotpkg-pinocchio
53+ apt-get install -y robotpkg-coal robotpkg-pinocchio
5454 export CMAKE_PREFIX_PATH=/opt/openrobots:${CMAKE_PREFIX_PATH}
5555 export LD_LIBRARY_PATH=/opt/openrobots/lib:${LD_LIBRARY_PATH}
5656
You can’t perform that action at this time.
0 commit comments