From 9677be6d9ed4b8aaa45530af3d7fdad76bd2edd8 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Thu, 19 Oct 2023 21:38:11 +0200 Subject: [PATCH] debugging CI --- .github/workflows/macos_x86.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos_x86.yml b/.github/workflows/macos_x86.yml index 2fb166d..2193666 100644 --- a/.github/workflows/macos_x86.yml +++ b/.github/workflows/macos_x86.yml @@ -36,9 +36,9 @@ jobs: cache: true - name: Setup SDL2 frameworks - uses: BrettDong/setup-sdl2-frameworks@main - with: - sdl2: latest + uses: BrettDong/setup-sdl2-frameworks@main + with: + sdl2: latest # Build the lib - name: Build MacroLibX