From 25f1acbb87c22e16c94fbc1b2b205b5200e00adf Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 19 Oct 2024 12:52:33 -0400 Subject: [PATCH] gh worflow dumb debug --- scripts/build_sokol_library.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build_sokol_library.sh b/scripts/build_sokol_library.sh index e4cf7d6..b235d6a 100644 --- a/scripts/build_sokol_library.sh +++ b/scripts/build_sokol_library.sh @@ -68,6 +68,7 @@ case "$OS" in Darwin*) echo "Detected macOS operating system" echo "Running macOS build script..." + ls -al ./build_clibs_macos.sh ;; *)