This commit is contained in:
Alexey Kasyanchuk
2023-02-24 17:25:08 +02:00
parent c1f81e846b
commit a84ef10f9f
2 changed files with 6 additions and 1 deletions

View File

@ -35,6 +35,11 @@ jobs:
run: |
sudo apt-get install -y xvfb g++-multilib
sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
- name: Prepare python3.10
if: runner.os == 'macOS'
uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2