From ce9a6cc31949fb2913aadc78ea4f5bff848b2be8 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Thu, 25 Jan 2024 21:35:13 +0100 Subject: [PATCH] attempt new sdl2 github action --- .github/workflows/pc.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pc.yml b/.github/workflows/pc.yml index 89b6bdae..4f265ee5 100644 --- a/.github/workflows/pc.yml +++ b/.github/workflows/pc.yml @@ -8,12 +8,14 @@ jobs: uses: actions/checkout@v2 with: submodules: recursive - - uses: libsdl-org/setup-sdl@main - id: sdl + - name: Setup SDL2 frameworks + uses: BrettDong/setup-sdl2-frameworks@main with: - install-linux-dependencies: true - version: 2-latest - version-sdl-image: 2-latest + sdl2: latest + sdl2-ttf: none + sdl2-image: none + sdl2-mixer: none + sdl2-net: none - name: Configure Project uses: threeal/cmake-action@v1.3.0 - name: Prepare Project