ci: Remove file command from install diagnostics (not available in container)
Some checks failed
Build and Release / build-and-release (push) Failing after 3m0s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bryan1029384756
2026-02-13 13:43:12 -06:00
parent 6177ee9a6f
commit 6220da8514

View File

@@ -62,7 +62,6 @@ jobs:
echo "--- app-builder diagnostics ---" echo "--- app-builder diagnostics ---"
AB=node_modules/app-builder-bin/linux/x64/app-builder AB=node_modules/app-builder-bin/linux/x64/app-builder
ls -la "$AB" ls -la "$AB"
file "$AB"
ldd "$AB" 2>&1 || true ldd "$AB" 2>&1 || true
chmod +x "$AB" chmod +x "$AB"
"$AB" --version "$AB" --version