Skip to content

Set up your GitHub Actions workflow with a specific version of QtIFW (Qt Installer Framework)

License

Notifications You must be signed in to change notification settings

jmarrec/setup-qtifw

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

setup-qitfw

runtime-test build-test

This action sets up a version of the Qt Installer Framework

Usage:

See action.yml

steps:
- uses: actions/checkout@v2
- uses: jmarrec/setup-qtifw@v1
  with:
    qtifw-version: '4.x' # Version range or exact version of a QtIFW version to use, using SemVer's version range syntax
- run: devtool --version

About

Set up your GitHub Actions workflow with a specific version of QtIFW (Qt Installer Framework)

Resources

License

Stars

Watchers

Forks

Packages

No packages published