Skip to content

Commit 99390ee

Browse files
committed
Try updating OS, debugging info
1 parent 56bbf66 commit 99390ee

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: .github/workflows/doxygen-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
check-doxygen:
99
# Note that the versions used for this `check-doxygen` job should be kept in
1010
# sync with the `publish` job.
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Fetch dependencies

Diff for: .github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
publish:
77
# Note that the versions used for this `publish` job should be kept in sync
88
# with the `check-doxygen` job.
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout repository
1212
uses: actions/checkout@v4

Diff for: doc/doxygen-root/doxygen-markdown/markdown.sh

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -euo pipefail
44

5+
set -vx
6+
57
BINDIR=$(dirname $(realpath ${BASH_SOURCE[0]}))
68
FILES=$(find . -name '*.md')
79

0 commit comments

Comments
 (0)