Skip to content

Commit df9ea21

Browse files
committed
Update build config
1 parent 9ab5860 commit df9ea21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/msbuild.yml .github/workflows/QtReleaseBuild.yml

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Add MSBuild to PATH
3232
uses: microsoft/[email protected]
3333

34+
- name: Install Qt
35+
uses: jurplel/install-qt-action@v3
36+
3437
- name: Restore NuGet packages
3538
working-directory: ${{env.GITHUB_WORKSPACE}}
3639
run: nuget restore ${{env.SOLUTION_FILE_PATH}}

0 commit comments

Comments
 (0)