Skip to content

Commit 08996fe

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Upgrade to use SDL3 version of libtcod
1 parent 6044ab7 commit 08996fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ jobs:
4444
sdist:
4545
runs-on: ubuntu-22.04
4646
steps:
47-
- uses: libsdl-org/setup-sdl@v1
48-
with:
49-
install-linux-dependencies: true
50-
version: "3.2.14"
5147
- uses: actions/checkout@v4
5248
with:
5349
fetch-depth: ${{ env.git-depth }}
5450
- name: Checkout submodules
5551
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"
5656
- name: Install build
5757
run: pip install build
5858
- name: Build source distribution

0 commit comments

Comments
 (0)