We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199969f commit d1a07beCopy full SHA for d1a07be
.github/workflows/ci.yaml
@@ -45,7 +45,7 @@ jobs:
45
- name: Install dependencies
46
run: |
47
sudo apt update
48
- sudo apt install -y binutils build-essential
+ sudo apt install -y lld
49
- name: Source ROS
50
51
. /opt/ros/${{ matrix.ros_distro }}/setup.sh
@@ -93,6 +93,10 @@ jobs:
93
restore-keys: |
94
ccache-ros-${{ matrix.ros_distro }}-${{ github.sha }}
95
ccache-ros-${{ matrix.ros_distro }}
96
+ - name: Install dependencies
97
+ run: |
98
+ sudo apt update
99
100
- uses: ros-tooling/[email protected]
101
with:
102
package-name: rsl
0 commit comments