Skip to content

Commit 3eeea78

Browse files
committed
fixup! fixup! Upgrade to use SDL3 version of libtcod
1 parent cc5edcf commit 3eeea78

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,11 @@ jobs:
4444
sdist:
4545
runs-on: ubuntu-latest
4646
steps:
47-
- name: APT update
48-
run: |
49-
sudo add-apt-repository ppa:ubuntu/libsdl3
50-
sudo apt-get update
51-
- name: Install APT dependencies
52-
run: sudo apt-get install libsdl3-dev
47+
- uses: libsdl-org/setup-sdl@main
48+
with:
49+
install-linux-dependencies: true
50+
version: 3-latest
51+
version-sdl-image: 3-latest
5352
- uses: actions/checkout@v4
5453
with:
5554
fetch-depth: ${{ env.git-depth }}

0 commit comments

Comments
 (0)