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 bf470c1 commit 0de266eCopy full SHA for 0de266e
.github/workflows/linux.yml
@@ -13,11 +13,13 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - name: Install SDL3 and its dependencies
17
- uses: awalsh128/cache-apt-pkgs-action@latest
+ - name: Install SDL3
+ uses: libsdl-org/setup-sdl@main
18
+ id: sdl
19
with:
- packages: build-essential libsdl3-dev
20
- version: '1.0'
+ install-linux-dependencies: true
21
+ version: 3-latest
22
+ build-type: ${{env.BUILD_TYPE}}
23
24
- name: Install UASM
25
uses: supplypike/setup-bin@v3
0 commit comments