Skip to content

Commit 4a5e2a8

Browse files
authored
Merge pull request #93 from cconlon/gitactionfix
Fix GitHub Docs Build Test
2 parents 8e6df22 + 5c47ebd commit 4a5e2a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
working-directory: ./doxy
4949
run: cp build/src/DoxybookCli/doxybook2 ../..
5050
- uses: actions/checkout@master
51+
- name: Update apt sources
52+
run: sudo apt-get update
5153
- name: Install Dependencies
5254
run: sudo apt install pandoc texlive-full mkdocs doxygen
5355
- name: wolfssl html

0 commit comments

Comments
 (0)