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: |