From 513462fff0cc52663b8b51f91ac1c9d2e85847cd Mon Sep 17 00:00:00 2001 From: Roman Belov Date: Mon, 22 Jan 2024 23:06:39 +0300 Subject: [PATCH] Trying to fix workflow with SDL2. --- .github/workflows/makefile.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 90225e3..dbcd862 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -31,14 +31,12 @@ jobs: - name: Build VESC6A firmware run: make -C src HWREV=VESC6A - - name: Set up libsdl-org - uses: libsdl-org/setup-sdl@main - id: sdl + - name: Set up SDL2 + uses: BrettDong/setup-sdl2-frameworks@main with: - install-linux-dependencies: true - version: 2-latest - version-sdl-image: 2-latest - version-sdl-ttf: 2-latest + sdl2: latest + sdl2-ttf: latest + sdl2-image: latest - name: Build GUI front-end software run: make -C phobia