Update .gitlab-ci.yml to hopefully get freeimage working

This commit is contained in:
Jack Christensen 2024-08-19 13:55:16 -04:00
parent d1d2c677db
commit bc1fae35a7
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ run_tests:
dependencies:
- build
script:
- vcpkg install freeimage
- apt-get update && apt-get install -y xvfb
- Xvfb :99 -screen 0 1024x768x24 &
- sleep 5