We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a164c commit b008cc5Copy full SHA for b008cc5
1 file changed
.github/workflows/nightly.yml
@@ -33,7 +33,7 @@ jobs:
33
shell: bash
34
run: |
35
apt update
36
- apt install lsb-release git
+ apt install -y lsb-release git
37
export DEBIAN_FRONTEND=noninteractive
38
sh -c 'echo "deb [arch=amd64,arm64] http://repo.ros2.org/ubuntu/main `lsb_release -cs` main" > /etc/apt/sources.list.d/ros2-latest.list'
39
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | apt-key add -
0 commit comments