jurplel / install-qt-action

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

Can't use this action with Fedora container #148

Closed dfeinstein-coremap closed 2 years ago

dfeinstein-coremap commented 2 years ago

When running an action setup like this: jobs: BuildTest: runs-on: ubuntu-latest container: fedora:34 jurplel/install-qt-action@v2 fails because Fedora doesn't support apt-get (it should use yum or dnf). According to the readme, setting setup-python to false should make this action work on Fedora, but that is not the case.

jurplel commented 2 years ago

You can set install-deps to false to skip this step.