We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5edcf commit 3eeea78Copy full SHA for 3eeea78
.github/workflows/python-package.yml
@@ -44,12 +44,11 @@ jobs:
44
sdist:
45
runs-on: ubuntu-latest
46
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
+ - uses: libsdl-org/setup-sdl@main
+ with:
+ install-linux-dependencies: true
+ version: 3-latest
+ version-sdl-image: 3-latest
53
- uses: actions/checkout@v4
54
with:
55
fetch-depth: ${{ env.git-depth }}
0 commit comments