jurplel / install-qt-action

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

`setup-python` not working #160

Closed tooomm closed 2 years ago

tooomm commented 2 years ago
      - name: Install Qt 6.3.x
        uses: jurplel/install-qt-action@v3
        with:
          cache: true
          version: 6.3
          setup-python: false

Despite the v3 action not working currently, it seems that the setup-python configuration option is not working either and I still get

Run jurplel/install-qt-action@v3
Run actions/setup-python@v4

Successfully set up CPython (3.10.5)

with it being set to "false".

VadVergasov commented 2 years ago

Same situation on all platforms. But I've decided to use 910f37ee23653fd4b243fe5c7f81ff26a8a6a64e commit, which was working

jurplel commented 2 years ago

Fixed!