changed ci.yml to include qt dlls on windows build

This commit is contained in:
bagelsketches 2025-07-03 11:56:09 +10:00
parent 04b0e9a470
commit 8c814ab1eb

View File

@ -77,6 +77,9 @@ jobs:
brew update
brew install cmake ninja llvm qt6
echo "LLVM_ROOT=$(brew --prefix llvm)/bin" >> $GITHUB_ENV
- name: Install Qt
uses: jurplel/install-qt-action@v4
- name: Setup Emscripten
uses: mymindstorm/setup-emsdk@master
@ -103,6 +106,12 @@ jobs:
- name: Build (CMake)
run: cmake --build build --verbose
- name: Pack stuff(windows)
if: ${{ matrix.os == 'windows-latest' }}
run: |
cd bin
windeployqt isle-config.exe
- name: Package (CPack)
if: ${{ !matrix.n3ds }}
run: |