Skip to content

Commit

Permalink
[github] ninja not installing...
Browse files Browse the repository at this point in the history
  • Loading branch information
MrsRina authored Apr 7, 2024
1 parent b6750e5 commit 1e3947d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "version-core" ]

jobs:
release:
release:
name: Release
runs-on: ${{ matrix.os }}

Expand All @@ -25,7 +25,7 @@ jobs:
cpp_compiler: g++

steps:
- name: Install ninja-build tool
- name: Install Ninja
uses: seanmiddleditch/gha-setup-ninja@v4

- name: Checkout Repository
Expand All @@ -51,13 +51,13 @@ jobs:
- name: Configure CMake
run: >
cmake -B ${{ github.workspace }}/cmake-build-debug
-S ${{ github.workspace }}
-G "Ninja"
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DEKG_ENABLE_TEST=0
-DEKG_LINUX_NOT_FOUND_FREETYPE=1
-S ${{ github.workspace }}
-G Ninja
- name: Build Cmake
run: >
Expand Down

0 comments on commit 1e3947d

Please sign in to comment.