Skip to content

Commit dbae93a

Browse files
committed
Fix docbuild by adding apt update
1 parent b05c68b commit dbae93a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/builddocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: |
3434
pip3 install wheel
3535
pip3 install pytest
36+
sudo apt update
3637
sudo apt-get install python3-sphinx
3738
cd main/docs
3839
make html

0 commit comments

Comments
 (0)