Skip to content

Commit

Permalink
ci: add mesa-common-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Sep 1, 2023
1 parent 62a656b commit 0189bf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ jobs:
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install --quiet -y mesa-common-dev
curl -L https://www.libsdl.org/release/SDL2-${{ matrix.sdl-version }}.tar.gz -o SDL2.tar.gz
tar -zxvf SDL2.tar.gz
Expand Down

0 comments on commit 0189bf6

Please sign in to comment.