Skip to content

qt-creator/install-dev-package

Repository files navigation

Install Qt Creator

This action allows you to install the Qt Creator development packages.

GitHub Super-Linter CI Check dist/ CodeQL Coverage

Example

steps:
  - id: qtc-extract
    uses: qt-creator/[email protected]
    with:
      version: 17.0.0

Outputs

You can get the path to the extracted files via the outputs:

steps:
  - name: Print outputs
    run: |
      echo "Path: ${{ steps.qtc-extract.outputs.path }}"
      echo "Path, always with /: ${{ steps.qtc-extract.outputs.path-with-slashes }}"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •