Skip to content

Commit

Permalink
fix GitHub action build, update apt before install
Browse files Browse the repository at this point in the history
  • Loading branch information
cconlon committed Feb 13, 2023
1 parent 8e6df22 commit 5c47ebd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
working-directory: ./doxy
run: cp build/src/DoxybookCli/doxybook2 ../..
- uses: actions/checkout@master
- name: Update apt sources
run: sudo apt-get update
- name: Install Dependencies
run: sudo apt install pandoc texlive-full mkdocs doxygen
- name: wolfssl html
Expand Down

0 comments on commit 5c47ebd

Please sign in to comment.