Skip to content

Commit

Permalink
Create missing directories
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Jun 25, 2024
1 parent cf76338 commit 89557df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ jobs:
libopus-dev alsa-utils libpulse-dev libavahi-client-dev libssl-dev \
avahi-daemon debhelper ccache expat cppcheck doxygen graphviz
- name: doxygen
run: doxygen
run: |
mkdir -p build/doxygen
doxygen

unit-test:

strategy:
Expand Down

0 comments on commit 89557df

Please sign in to comment.