Skip to content

Commit

Permalink
Use dummy audio device in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Jul 12, 2024
1 parent 1b5108c commit 25d97fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:
run: make kernel
- name: Run
working-directory: examples/${{ matrix.example }}
run: QEMU_ARGS="-display none" make qemu accel="off"
run: QEMU_ARGS="-display none -audiodev none,id=audio0" make qemu accel="off"

0 comments on commit 25d97fa

Please sign in to comment.