installing SDL2 framework in macos action

This commit is contained in:
Kbz-8
2024-12-16 17:03:53 +01:00
parent 17ae77d11a
commit 9183e7c1e8
2 changed files with 4 additions and 4 deletions

View File

@@ -29,9 +29,10 @@ jobs:
uses: actions/checkout@v4
# Install system dependencies
- name: Install Dependancies
run: |
brew install SDL2
- name: Setup SDL2 frameworks
uses: BrettDong/setup-sdl2-frameworks@main
with:
sdl2: latest
# Build the lib
- name: Build MacroLibX

View File

@@ -168,7 +168,6 @@ clean:
fclean: clean
@$(RM) $(NAME)
@printf "Cleaned $(_BOLD)$(NAME)$(_RESET)\n"
@printf "Cleaned $(_BOLD)$(NAME)$(_RESET)\n"
re: fclean _printbuildinfos
@$(MAKE) $(NAME)