Skip to content

Commit

Permalink
fix wasm install doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocoutinhox committed Dec 15, 2023
1 parent afaf9f7 commit 1fc6f03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install System Packages
run: |
apt-get install doxygen
doxygen --version
- name: Set up Python
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 1fc6f03

Please sign in to comment.