Skip to content

Commit

Permalink
Trying to fix workflow with SDL2.
Browse files Browse the repository at this point in the history
  • Loading branch information
rombrew committed Jan 22, 2024
1 parent 6dce524 commit 513462f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 513462f

Please sign in to comment.