Skip to content

Commit a03474c

Browse files
committed
ci: Install go-md2man in main workflow
The bootc-ubuntu-setup action doesn't include go-md2man, which is needed by the Makefile to generate man pages during the build step. Add explicit installation step for go-md2man after the environment setup. Assisted-by: Claude Code (Sonnet 4.5)
1 parent 8fa8899 commit a03474c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Remove pre-installed bcvk
2929
run: sudo rm -f /usr/bin/bcvk
3030

31+
- name: Install go-md2man for man page generation
32+
run: sudo apt install -y go-md2man
33+
3134
- name: Setup Rust
3235
uses: dtolnay/rust-toolchain@stable
3336

0 commit comments

Comments
 (0)