ci: add libgbm-dev as a dependency (needed by VS Code 1.68.1)
The build started failing because the container missed libgbm
and VS Code couldn't start:
- https://gitlab.com/gitlab-org/gitlab-vscode-extension/-/jobs/2689456555
- https://gitlab.com/gitlab-org/gitlab-vscode-extension/-/jobs/2689366518
This seems to be a new issue with the 1.68.1 VS code.
Adding libgbm-dev
to the container fixed the issue.
Edited by Tomas Vik