Skip to content
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

CI: Create Build install-qt-action action #11535

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HTRamsey
Copy link
Collaborator

Action to build the typescript action we use to install qt. We need to build this because the latest release lacks fixes from master. Probably will be replaced by a manual qt installation eventually.

@HTRamsey HTRamsey requested a review from mrpollo May 14, 2024 19:49
npm run build
shell: bash
- name: Build install-qt-action
uses: ./.github/actions/qt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this step be used across workflows? or exclusively on Android builds?

Copy link
Collaborator Author

@HTRamsey HTRamsey May 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It can be used in all of them, but it's only required in Android until that repository uploads a new built release. Their master currently contains some updates that the Android build process needs, but their previous release still works for all the other builds. But in the future, this action can be used by the others if needed.

@HTRamsey
Copy link
Collaborator Author

They just released an update so we may not need to do this anymore: https://github.com/jurplel/install-qt-action/releases/tag/v4.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants