Skip to content

Commit 3d5ce4d

Browse files
committed
GHA: Add missing libfmt dependency in doxygen workflow
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
1 parent f263026 commit 3d5ce4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo apt update
2626
sudo apt install -y --no-install-recommends \
2727
build-essential cmake doxygen graphviz ninja-build \
28-
libasio-dev libcap-dev liblz4-dev libjsoncpp-dev libssl-dev libxxhash-dev
28+
libasio-dev libcap-dev libfmt-dev libjsoncpp-dev liblz4-dev libssl-dev libxxhash-dev
2929
3030
- name: Build Doxygen documentation
3131
id: build

0 commit comments

Comments
 (0)