Skip to content

Commit f88862b

Browse files
committed
Test libsdl-org/setup-sdl update
Checking if latest version on main no longer needs a workaround
1 parent 734f81f commit f88862b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
sdist:
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: HexDecimal/my-setup-sdl[email protected]
48+
- uses: libsdl-org/setup-sdl@1894460666e4fe0c6603ea0cce5733f1cca56ba1
4949
with:
5050
install-linux-dependencies: true
5151
build-type: "Debug"
@@ -122,7 +122,7 @@ jobs:
122122
run: |
123123
sudo apt-get update
124124
sudo apt-get install xvfb
125-
- uses: HexDecimal/my-setup-sdl[email protected]
125+
- uses: libsdl-org/setup-sdl@1894460666e4fe0c6603ea0cce5733f1cca56ba1
126126
if: runner.os == 'Linux'
127127
with:
128128
install-linux-dependencies: true
@@ -165,7 +165,7 @@ jobs:
165165
needs: [ruff, mypy, sdist]
166166
runs-on: ubuntu-latest
167167
steps:
168-
- uses: HexDecimal/my-setup-sdl[email protected]
168+
- uses: libsdl-org/setup-sdl@1894460666e4fe0c6603ea0cce5733f1cca56ba1
169169
if: runner.os == 'Linux'
170170
with:
171171
install-linux-dependencies: true
@@ -207,7 +207,7 @@ jobs:
207207
- name: Install Python dependencies
208208
run: |
209209
python -m pip install --upgrade pip tox
210-
- uses: HexDecimal/my-setup-sdl[email protected]
210+
- uses: libsdl-org/setup-sdl@1894460666e4fe0c6603ea0cce5733f1cca56ba1
211211
if: runner.os == 'Linux'
212212
with:
213213
install-linux-dependencies: true
@@ -327,7 +327,7 @@ jobs:
327327
fetch-depth: ${{ env.git-depth }}
328328
- name: Checkout submodules
329329
run: git submodule update --init --recursive --depth 1
330-
- uses: HexDecimal/my-setup-sdl[email protected]
330+
- uses: libsdl-org/setup-sdl@1894460666e4fe0c6603ea0cce5733f1cca56ba1
331331
with:
332332
install-linux-dependencies: true
333333
build-type: "Debug"

0 commit comments

Comments
 (0)