diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-08-06 00:15:56 +0200 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-08-06 09:16:54 -0600 |
| commit | 38fef728091f25aac2f43f9782ac8a9de9a1b20a (patch) | |
| tree | 1dbf0c449b56d46d32274029c1483ac43a12dedb /.github/workflows/windows_build.yml | |
| parent | 7afe21a425e222cdf6e649aaaa414a16448c19f7 (diff) | |
Update windows_build.yml
Diffstat (limited to '.github/workflows/windows_build.yml')
| -rw-r--r-- | .github/workflows/windows_build.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index f8c9455..816ec37 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -16,6 +16,11 @@ jobs: generate: [Visual Studio 17 2022, Ninja] steps: - uses: actions/checkout@v4 + - name: Setup Ninja + if: ${{ matrix.generate == 'Ninja' }} + uses: ashutoshvarma/setup-ninja@master + with: + version: 1.13.1 - name: Build run: | cmake -S . -B "build/x64" -G ${{ matrix.generate }} -T ${{ matrix.toolchain }} -A x64 -DCMAKE_BUILD_TYPE:STRING=${{ matrix.config }} |
