Skip to content

Commit 64a8dfd

Browse files
Install ccache
1 parent d1a07be commit 64a8dfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
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 lld
48+
sudo apt install -y lld ccache
4949
- name: Source ROS
5050
run: |
5151
. /opt/ros/${{ matrix.ros_distro }}/setup.sh
@@ -96,7 +96,7 @@ jobs:
9696
- name: Install dependencies
9797
run: |
9898
sudo apt update
99-
sudo apt install -y lld
99+
sudo apt install -y lld ccache
100100
- uses: ros-tooling/action-ros-ci@0.4.5
101101
with:
102102
package-name: rsl

0 commit comments

Comments
 (0)