jurplel / install-qt-action

Install Qt on your Github Actions workflows with just one simple action
MIT License
459 stars 78 forks source link

Use same devDependencies as `setup-python` #123

Closed ddalcino closed 2 years ago

ddalcino commented 2 years ago

Fix #116.

This eliminates two errors in the "npm run build" step on Windows. It does not attempt to cause the build to fail when npm run * commands fail; this appears to be an intractable issue with powershell: see https://github.com/jurplel/install-qt-action/issues/116#issuecomment-933384134.

Successful run of this PR: https://github.com/ddalcino/install-qt-action/actions/runs/1373216276

jurplel commented 2 years ago

Thank you for your excellent work @ddalcino.