Skip to content

Commit b008cc5

Browse files
committed
Fix nightly
1 parent 97a164c commit b008cc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
shell: bash
3434
run: |
3535
apt update
36-
apt install lsb-release git
36+
apt install -y lsb-release git
3737
export DEBIAN_FRONTEND=noninteractive
3838
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'
3939
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | apt-key add -

0 commit comments

Comments
 (0)