fix: make sure platform binary exists (#7676)

This commit is contained in:
Lifei Zhou 2026-03-05 13:23:27 -05:00 committed by GitHub
parent 42fc5152bf
commit ade0839804
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 1119 additions and 351 deletions

View file

@ -134,7 +134,7 @@ jobs:
run: |
source ./bin/activate-hermit
cd ui/desktop
npm install
npm ci
# Verify installation
ls -la node_modules/.bin/ | head -5