From c4277163ff45ccb080815423319e3e0c9f8dd579 Mon Sep 17 00:00:00 2001 From: rjindael Date: Mon, 17 Jul 2023 18:28:28 -0700 Subject: [PATCH] ci: semantics --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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