fix ci in linux

This commit is contained in:
an-lee
2024-05-16 22:08:28 +08:00
parent e0c5df2a39
commit d66fe13e0b

View File

@@ -49,6 +49,8 @@ jobs:
- name: Run main tests with xvfb-run on Ubuntu
if: contains(matrix.os, 'ubuntu')
run: |
sudo apt update
sudo apt install libc6
xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- yarn enjoy:test:main
- name: Run main tests on macOS or Windows