Skip to content

Commit a6dcbc9

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Fix SDL install in CI
1 parent 171d416 commit a6dcbc9

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,11 @@ jobs:
4545
sdist:
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: HexDecimal/my-setup-sdl-action@main
48+
- uses: HexDecimal/my-setup-sdl-action@v1.0.0
4949
with:
5050
install-linux-dependencies: true
5151
build-type: "Debug"
5252
version: ${{ env.sdl-version }}
53-
#- uses: libsdl-org/setup-sdl@6574e20ac65ce362cd12f9c26b3a5e4d3cd31dee
54-
# with:
55-
# install-linux-dependencies: true
56-
# build-type: "Debug"
57-
# version: ${{ env.sdl-version }}
5853
- uses: actions/checkout@v4
5954
with:
6055
fetch-depth: ${{ env.git-depth }}
@@ -130,7 +125,7 @@ jobs:
130125
run: |
131126
sudo apt-get update
132127
sudo apt-get install xvfb
133-
- uses: libsdl-org/setup-sdl@6574e20ac65ce362cd12f9c26b3a5e4d3cd31dee
128+
- uses: HexDecimal/my-setup-sdl-action@v1.0.0
134129
if: runner.os == 'Linux'
135130
with:
136131
install-linux-dependencies: true
@@ -173,7 +168,7 @@ jobs:
173168
needs: [ruff, mypy, sdist]
174169
runs-on: ubuntu-latest
175170
steps:
176-
- uses: libsdl-org/setup-sdl@6574e20ac65ce362cd12f9c26b3a5e4d3cd31dee
171+
- uses: HexDecimal/my-setup-sdl-action@v1.0.0
177172
if: runner.os == 'Linux'
178173
with:
179174
install-linux-dependencies: true
@@ -215,7 +210,7 @@ jobs:
215210
- name: Install Python dependencies
216211
run: |
217212
python -m pip install --upgrade pip tox
218-
- uses: libsdl-org/setup-sdl@6574e20ac65ce362cd12f9c26b3a5e4d3cd31dee
213+
- uses: HexDecimal/my-setup-sdl-action@v1.0.0
219214
if: runner.os == 'Linux'
220215
with:
221216
install-linux-dependencies: true
@@ -335,7 +330,7 @@ jobs:
335330
fetch-depth: ${{ env.git-depth }}
336331
- name: Checkout submodules
337332
run: git submodule update --init --recursive --depth 1
338-
- uses: libsdl-org/setup-sdl@6574e20ac65ce362cd12f9c26b3a5e4d3cd31dee
333+
- uses: HexDecimal/my-setup-sdl-action@v1.0.0
339334
with:
340335
install-linux-dependencies: true
341336
build-type: "Debug"

0 commit comments

Comments
 (0)