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)