Skip to content

Commit 3754e8e

Browse files
committed
Fix missing about
1 parent 6a84b8c commit 3754e8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_docs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
cache: false
7474
- name: Install apt dependencies
7575
run: sudo apt-get install doxygen
76+
- uses: baptiste0928/cargo-install@v3
77+
with:
78+
crate: cargo-about
79+
version: "=0.6.6"
7680
- name: Build Cpp docs
7781
run: |
7882
CPPDOCS_EXTRA_FLAGS=""

0 commit comments

Comments
 (0)