Skip to content

Commit d1a07be

Browse files
Install lld
1 parent 199969f commit d1a07be

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install dependencies
4646
run: |
4747
sudo apt update
48-
sudo apt install -y binutils build-essential
48+
sudo apt install -y lld
4949
- name: Source ROS
5050
run: |
5151
. /opt/ros/${{ matrix.ros_distro }}/setup.sh
@@ -93,6 +93,10 @@ jobs:
9393
restore-keys: |
9494
ccache-ros-${{ matrix.ros_distro }}-${{ github.sha }}
9595
ccache-ros-${{ matrix.ros_distro }}
96+
- name: Install dependencies
97+
run: |
98+
sudo apt update
99+
sudo apt install -y lld
96100
- uses: ros-tooling/[email protected]
97101
with:
98102
package-name: rsl

0 commit comments

Comments
 (0)