add missing deps

This commit is contained in:
uncor3
2025-11-04 13:19:45 +00:00
parent 3359e85faf
commit 5576ce5557
6 changed files with 25 additions and 12 deletions
+6
View File
@@ -64,6 +64,12 @@ jobs:
version: ${{ env.QT_VERSION }}
modules: "qtmultimedia qtlocation qtpositioning qtserialport"
- name: Install WinFsp
shell: pwsh
run: |
choco install winfsp -y
refreshenv
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with: