macos worflow: remove debug ls

This commit is contained in:
2024-10-19 15:48:39 -04:00
parent f7071c2810
commit cc411b0e1e

View File

@@ -66,7 +66,6 @@ case "$OS" in
Darwin*)
echo "Detected macOS operating system"
echo "Running macOS build script..."
ls -al
./build_clibs_macos.sh
;;
*)