jurplel / install-qt-action

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

Fix detection of Qt architecture directory #173

Closed ddalcino closed 1 year ago

ddalcino commented 1 year ago

Fix #165

Edit: Added tests for a tools-only run, as requested here: https://github.com/jurplel/install-qt-action/issues/165#issuecomment-1399954593. The tools-only test is relevant because this PR modifies code that could potentially trigger errors in a tools-only run.

As a side effect, this should fix #115.