Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.18 KB

File metadata and controls

31 lines (24 loc) · 1.18 KB

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/install-dev-packages@v2.2
    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 }}"