-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use tools in a matrix #177
Comments
From CI run: https://github.com/OpenAPITools/openapi-generator/actions/runs/4435878285/jobs/7783600205?pr=14968 in the "Run jurplel/install-qt-action/action@v3" step: Arguments passed to the action:
Relevant output for the
To me, it definitely looks like If something has gone wrong in your CI run, I don't see what it has to do with install-qt-action. |
Indeed. The issue came from the |
I'm trying to use tools in a matrix without success here: https://github.com/MartinDelille/openapi-generator/blob/f06491b24154332020ff0bc9ad78ce4eee3ac204/.github/workflows/samples-cpp-qt-client.yaml
Here is my github action:
The
tools: ${{ matrix.tools }}
doesn't seems to have any effect. Am I doing something wrong ?The text was updated successfully, but these errors were encountered: