From cc810368aa422607bbb4700d71974140a49cd8ce Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Thu, 19 Oct 2023 21:37:08 +0200 Subject: [PATCH] debugging CI --- .github/workflows/macos_x86.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos_x86.yml b/.github/workflows/macos_x86.yml index aa1c1c1..2fb166d 100644 --- a/.github/workflows/macos_x86.yml +++ b/.github/workflows/macos_x86.yml @@ -35,9 +35,10 @@ jobs: version: 1.3.204.1 cache: true - - name: Install system dependencies - run: | - brew install SDL2 + - name: Setup SDL2 frameworks + uses: BrettDong/setup-sdl2-frameworks@main + with: + sdl2: latest # Build the lib - name: Build MacroLibX