Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TimTechDev authored Nov 30, 2023
1 parent a0af708 commit bd786b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- name: Debug
continue-on-error: true
run: sudo cat /proc/asound/seq/clients
run: |
groups
ls -lah /dev/snd/
- name: Install nodejs dependencies
run: npm ci
Expand Down

0 comments on commit bd786b3

Please sign in to comment.