Skip to content

Commit

Permalink
Create install-qt6.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
herzenschein authored Nov 10, 2023
1 parent 9ae80d4 commit 5b16ebd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/install-qt6.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Install Qt6

on:
workflow_call:

jobs:
install-qt6:
runs-on: ubuntu-latest
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.6'
host: 'linux'
target: 'desktop'
dir: '${{ github.workspace }}/example/'
install-deps: 'true'
cache: 'true'

0 comments on commit 5b16ebd

Please sign in to comment.