Skip to content

Commit bc7234c

Browse files
committed
Try including a backport PPA to get newer spdlog
1 parent bf692b6 commit bc7234c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
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:

.github/workflows/ci_cmake.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
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

0 commit comments

Comments
 (0)