Skip to content

Commit 03db7d9

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Upgrade to use SDL3 version of libtcod
1 parent 8262bbd commit 03db7d9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,15 @@ jobs:
4444
sdist:
4545
runs-on: ubuntu-latest
4646
steps:
47+
- uses: libsdl-org/setup-sdl@v1
48+
with:
49+
install-linux-dependencies: true
50+
version: 2-latest
4751
- uses: actions/checkout@v4
4852
with:
4953
fetch-depth: ${{ env.git-depth }}
5054
- name: Checkout submodules
5155
run: git submodule update --init --recursive --depth 1
52-
- uses: libsdl-org/setup-sdl@v1
53-
with:
54-
install-linux-dependencies: true
55-
version: "3.2.14"
56-
shell: sh
5756
- name: Install build
5857
run: pip install build
5958
- name: Build source distribution

0 commit comments

Comments
 (0)