fix linux tests

This commit is contained in:
Alexey Kasyanchuk
2022-08-10 18:41:52 +03:00
parent 4732266514
commit e03ab32eec

View File

@ -33,7 +33,7 @@ jobs:
- name: Setup xvfb (Linux)
if: runner.os == 'Linux'
run: |
sudo apt-get install -y xvfb
sudo apt-get install -y xvfb g++-multilib
sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
- uses: actions/checkout@v2
- name: Setup node