Skip to content

Commit

Permalink
[ci][pixi] Install libgl1-mesa-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Mar 14, 2024
1 parent 4623a5f commit 819f84f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ jobs:
with:
cache: true

- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libgl1-mesa-dev
version: 1.0

- name: Check Lint
run: pixi run check-lint

Expand Down

0 comments on commit 819f84f

Please sign in to comment.