Skip to content

Commit bcd5441

Browse files
committed
fix on apt installation
1 parent d30b27a commit bcd5441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ros-build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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
@@ -50,7 +50,7 @@ jobs:
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

0 commit comments

Comments
 (0)