ci: Remove file command from install diagnostics (not available in container)
Some checks failed
Build and Release / build-and-release (push) Failing after 3m0s
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user