Skip to content

Commit

Permalink
ci: fix sdl-branch-versions on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Dec 8, 2024
1 parent b2b23e9 commit 53ebc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install --quiet -y mesa-common-dev
sudo apt-get install --quiet -y mesa-common-dev libxext-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 53ebc59

Please sign in to comment.