File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2121 - {ROS_DISTRO: rolling}
2222
2323 steps :
24+ - name : Install dependencies with awalsh128/cache-apt-pkgs-action
25+ uses : awalsh128/cache-apt-pkgs-action@latest
26+ with :
27+ # Need a more modern version of spdlog than provided by 20.04
28+ add-repository : ppa:savoury1/backports
29+
2430 - name : Checkout repository
2531 uses : actions/checkout@v5
2632 with :
Original file line number Diff line number Diff line change 1616 - name : Install dependencies with awalsh128/cache-apt-pkgs-action
1717 uses : awalsh128/cache-apt-pkgs-action@latest
1818 with :
19+ # Need a more modern version of spdlog than provided by 20.04
20+ add-repository : ppa:savoury1/backports
1921 packages : libboost-all-dev libspdlog-dev libfmt-dev
2022 version : 1.0
2123
You can’t perform that action at this time.
0 commit comments