fix(ci): fix linux build

This commit is contained in:
Alexey Kasyanchuk
2023-05-21 00:23:57 +03:00
parent c11b881827
commit e2eed076de
3 changed files with 2 additions and 0 deletions

View File

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