diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9308b6..a9b1196 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: steps: - uses: actions/checkout@v3 + name: Clone repository with: submodules: recursive @@ -33,10 +34,10 @@ jobs: mingw-w64-x86_64-ogre3d mingw-w64-x86_64-qt6 - - name: Generate CMake build files + - name: Generate Ninja build files run: cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=${{ matrix.configuration == 'Release' && 'MinSizeRel' || matrix.configuration }} . - - name: Build + - name: Build (Ninja) run: ninja -C build - name: Organize binaries