Skip to content

Commit

Permalink
Remove deprecated distributions, fix SDL2 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
carstene1ns committed Jun 11, 2024
1 parent 56396a2 commit 506131d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/stable-compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
image:
# version of: # gcc/g++ | support end #
# --------------------------------------------
- ubuntu:20.04 # 9.3.0 | LTS (4/25) #
- debian:11 # 10.2.1 | oldstable (8/24) #
- ubuntu:22.04 # 11.2.0 | LTS (6/27) #
- debian:12 # 12.2.0 | stable (6/26) #

Expand All @@ -43,7 +41,7 @@ jobs:
apt-get install -yqq --no-install-recommends --no-install-suggests \
ca-certificates build-essential cmake ninja-build meson git \
autoconf autoconf-archive automake autotools-dev libtool \
sed gawk patch perl pkg-config curl unzip
sed gawk patch perl pkg-config curl unzip libpulse-dev
- name: Clone Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 506131d

Please sign in to comment.