We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6df22 commit 5c47ebdCopy full SHA for 5c47ebd
.github/workflows/build-check.yml
@@ -48,6 +48,8 @@ jobs:
48
working-directory: ./doxy
49
run: cp build/src/DoxybookCli/doxybook2 ../..
50
- uses: actions/checkout@master
51
+ - name: Update apt sources
52
+ run: sudo apt-get update
53
- name: Install Dependencies
54
run: sudo apt install pandoc texlive-full mkdocs doxygen
55
- name: wolfssl html
0 commit comments