Skip to content

Commit 8ff884e

Browse files
committed
see if sound installation is neccesary
1 parent 4f09aaa commit 8ff884e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
- name: Run tests (ubuntu)
3333
if: ${{ matrix.os == 'ubuntu-latest' }}
3434
run: |
35-
sudo apt-get install -y libasound2 libgbm1 libgtk-3-0 libnss3 xvfb libegl1-mesa
3635
export DISPLAY=:99
3736
xvfb-run -n 99 -s '-screen 0 1024x768x24' npm run test
3837
pkill Xvfb

0 commit comments

Comments
 (0)