From c436cfd8e2f1017b485a378cefb3f394d1c1ca56 Mon Sep 17 00:00:00 2001 From: bagelsketches Date: Thu, 3 Jul 2025 13:23:50 +1000 Subject: [PATCH] Added QT DLLs (i think?) --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57d6e539..b46176f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 build + windeployqt isle-config.exe + - name: Package (CPack) if: ${{ !matrix.n3ds }} run: |