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 authored and RytoEX committed Dec 19, 2023
1 parent 7d6ea5f commit 0352a17
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 = @{
PackageName = 'qt'
Target = '${{ inputs.target }}'
Configuration = '${{ inputs.config }}'
Shared = $true
Expand Down

0 comments on commit 0352a17

Please sign in to comment.