From 1bc608d5a35e88bb0487920afe74d72d7d51fd63 Mon Sep 17 00:00:00 2001 From: Ozgur Ersoy Date: Tue, 15 Apr 2025 02:01:33 +0200 Subject: [PATCH] test --- .gitea/workflows/test-macos-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/test-macos-build.yml b/.gitea/workflows/test-macos-build.yml index 0b13df9c..61ed8860 100644 --- a/.gitea/workflows/test-macos-build.yml +++ b/.gitea/workflows/test-macos-build.yml @@ -109,7 +109,6 @@ jobs: # Build for macOS - use your own build script or create a test app if needed - name: Build for macOS - id: build-app run: | if [ -f "./scripts/mac_build.sh" ]; then echo "🔨 Running mac_build.sh and capturing output to build_log.txt..."