Skip to content

Commit

Permalink
CI: Update Qt build action to explicitly specify package name
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav committed Jul 27, 2023
1 parent 75b5659 commit ae10ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build-qt/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ runs:
# Build and Install Windows Qt
$Params = @{
Package = 'qt'
Target = '${{ inputs.target }}'
Configuration = '${{ inputs.config }}'
Shared = $true
Expand Down

0 comments on commit ae10ea5

Please sign in to comment.