Skip to content

Commit

Permalink
Update cmake-auto-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrsRina authored Apr 7, 2024
1 parent 96ca5fa commit 2fbf3fe
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cmake-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ jobs:

matrix:
os: [ubuntu-latest, windows-latest]
build_type: [Release]
c_compiler: [g++]
cpp_compiler: [g++]
include:
- os: windows-latest
c_compiler: gcc
cpp_compiler: g++
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++

steps:
Expand Down Expand Up @@ -56,8 +53,6 @@ jobs:
-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
Expand Down

0 comments on commit 2fbf3fe

Please sign in to comment.