Skip to content

Commit

Permalink
ci: Install GL in GitLab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xlxs4 committed Oct 29, 2023
1 parent 07ea4a2 commit 0e0e845
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ stages:
build_and_run:
stage: build_and_run
script:
# https://stackoverflow.com/a/68666500/10772985
- apt-get update && apt-get install -y --no-install-recommends libgl1
- pip install poetry
- poetry --version
- poetry install
Expand Down

0 comments on commit 0e0e845

Please sign in to comment.