Skip to content

Commit 0de266e

Browse files
committed
Workflow build failing due to external factors, restoring previous strategy
1 parent bf470c1 commit 0de266e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/linux.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- name: Install SDL3 and its dependencies
17-
uses: awalsh128/cache-apt-pkgs-action@latest
16+
- name: Install SDL3
17+
uses: libsdl-org/setup-sdl@main
18+
id: sdl
1819
with:
19-
packages: build-essential libsdl3-dev
20-
version: '1.0'
20+
install-linux-dependencies: true
21+
version: 3-latest
22+
build-type: ${{env.BUILD_TYPE}}
2123

2224
- name: Install UASM
2325
uses: supplypike/setup-bin@v3

0 commit comments

Comments
 (0)