Skip to content

Commit

Permalink
ci: fix sdl-branch-versions on ubuntu-latest (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon authored Dec 8, 2024
1 parent b2b23e9 commit 7ce3bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 Expand Up @@ -357,7 +357,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 7ce3bbb

Please sign in to comment.