Skip to content

Commit

Permalink
Merge branch 'master' into graphics-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
aeris170 authored Sep 1, 2024
2 parents 3224671 + 6fac0e1 commit 9c042ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ jobs:
- os: ubuntu-24.04
c_compiler: gcc
cpp_compiler: g++
cpp_flags: "-fmax-errors=0"
- os: ubuntu-24.04
c_compiler: clang
cpp_compiler: clang++
cpp_flags: "-ferror-limit=0"
exclude:
- os: windows-latest
c_compiler: gcc
Expand Down Expand Up @@ -108,7 +106,6 @@ jobs:
cmake -B ${{ steps.strings.outputs.build-output-dir }}
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_CXX_FLAGS=${{ matrix.cpp_flags }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-S ${{ github.workspace }}
Expand Down

0 comments on commit 9c042ba

Please sign in to comment.