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 513462f commit c6825fb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Makefile CI
name: Phobia CI

on:
push:
Expand Down Expand Up @@ -32,11 +32,12 @@ jobs:
run: make -C src HWREV=VESC6A

- name: Set up SDL2
uses: BrettDong/setup-sdl2-frameworks@main
- uses: libsdl-org/setup-sdl@main
id: sdl
with:
sdl2: latest
sdl2-ttf: latest
sdl2-image: latest
version: 2-latest
version-sdl-image: 2-latest
version-sdl-ttf: 2-latest

- name: Build GUI front-end software
run: make -C phobia
Expand Down

0 comments on commit c6825fb

Please sign in to comment.