w
Doxygen to Wiki (Gitea-native) / Build Doxygen and publish to Wiki (push) Failing after 11s

This commit is contained in:
2025-08-15 22:12:43 -07:00
parent 1e0ce71b30
commit 912e14edd1
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
run: |
set -euo pipefail
sudo apt-get update
sudo apt-get install -y doxygen graphviz rsync curl ca-certificates jq git build-essential cmake pkg-config ninja-build
sudo apt-get install -y doxygen graphviz rsync curl ca-certificates jq git build-essential cmake pkg-config ninja-build libinja-dev nlohmann-json3-dev libfmt-dev
# Build doxybook2 from source (latest release tag). If API fails, use master.
TAG="$(curl -fsSL https://api.github.com/repos/matusnovak/doxybook2/releases/latest | jq -r .tag_name || true)"