From 9183e7c1e8b7a3ae935200bb11d5e644beb71555 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Mon, 16 Dec 2024 17:03:53 +0100 Subject: [PATCH] installing SDL2 framework in macos action --- .github/workflows/macos_x86.yml | 7 ++++--- Makefile | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos_x86.yml b/.github/workflows/macos_x86.yml index 78433d2..41af27e 100644 --- a/.github/workflows/macos_x86.yml +++ b/.github/workflows/macos_x86.yml @@ -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 diff --git a/Makefile b/Makefile index 250c4d0..0f12752 100644 --- a/Makefile +++ b/Makefile @@ -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)