From 6220da85141b9e4c77a30bf0c803645406c1f684 Mon Sep 17 00:00:00 2001 From: Bryan1029384756 <23323626+Bryan1029384756@users.noreply.github.com> Date: Fri, 13 Feb 2026 13:43:12 -0600 Subject: [PATCH] ci: Remove `file` command from install diagnostics (not available in container) Co-Authored-By: Claude Opus 4.6 --- .gitea/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 6c41058..cba6412 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -62,7 +62,6 @@ jobs: echo "--- app-builder diagnostics ---" AB=node_modules/app-builder-bin/linux/x64/app-builder ls -la "$AB" - file "$AB" ldd "$AB" 2>&1 || true chmod +x "$AB" "$AB" --version