Skip to content

Commit

Permalink
Update ci to install qt dependencies and make qt headless
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmadAmine998 committed Sep 30, 2024
1 parent 33c9d3d commit 339a5b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:

steps:
- name: Install openGL
run: sudo apt install freeglut3-dev
run: sudo apt install freeglut3-dev libglib2.0-0 libsm6 libxrender1 libxext6 libxkbcommon-x11-0 libdbus-1-dev

- name: Set QT to be headless
run: export QT_QPA_PLATFORM=offscreen

- uses: actions/checkout@v2

Expand Down

0 comments on commit 339a5b8

Please sign in to comment.