Skip to content

Commit

Permalink
w14
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Mar 14, 2024
1 parent 1dbd4de commit fee0d57
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,11 @@ jobs:
with:
cache: true

- run: ldconfig -p | grep libGL
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libgl1-mesa-dev
version: 1.0

- run: sudo apt update -y && sudo apt install -y libgl1-mesa-dev
- run: ldconfig -p | grep libGL
- name: Check Lint
run: pixi run check-lint

Expand Down

0 comments on commit fee0d57

Please sign in to comment.