jmarrec / setup-qtifw

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

License:MIT License


Languages

Language:TypeScript 77.7%Language:Jupyter Notebook 21.6%Language:JavaScript 0.7%