jurplel / install-qt-action

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

Installing Qt on macOS has started to fail #159

Closed bear101 closed 1 year ago

bear101 commented 1 year ago

Installing Qt using the GitHub action on macOS started to fail around August 1st 2022.

When I install Qt I now get the following error:

Run jurplel/install-qt-action@v3
  with:
    version: 5.15.2
    target: desktop
    install-deps: true
    cache: false
    cache-key-prefix: install-qt-action
    setup-python: true
    set-env: true
    tools-only: false
    aqtversion: ==2.1.*
    py7zrversion: ==0.19.*
Run actions/setup-python@v4
  with:
    python-version: 3.6.x - 3.11.x
    token: ***
    update-environment: true

Successfully set up CPython (3.10.5)
Error: Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/Users/runner/work/TeamTalk5/TeamTalk5/action'. Did you forget to run actions/checkout before running your local action?

Here's an example of a successful workflow: Success Here's an example of a failing workflow: Fail

xiaoyifang commented 1 year ago

+1 ,also encounter this error on Windows ,Ubuntu ,Macos

asztalosdani commented 1 year ago

Use v2 of the action, it seems v3 is not yet ready.

xiaoyifang commented 1 year ago

the v2 does not support qt6 modules