Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 52ae6da

Browse files
William Douglasbryteise
authored andcommitted
Update rst2man path from Ubuntu
Correct the path where the rst2man script lives for CI to find it. Signed-off-by: William Douglas <[email protected]>
1 parent 2341efd commit 52ae6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/github_actions/build_ci.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sudo apt-get install check
1212
sudo apt-get install bats
1313

1414
# Use rst2man from python3
15-
sudo ln -s /usr/share/docutils/scripts/python3/rst2man /usr/bin/rst2man.py
15+
sudo ln -s /usr/bin/rst2man /usr/bin/rst2man.py
1616

1717
# Build Swupd
1818
autoreconf --verbose --warnings=none --install --force

0 commit comments

Comments
 (0)