Skip to content

Commit 3025b4f

Browse files
committed
test eh&rtti
1 parent 00cc2ab commit 3025b4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: ./scripts/lint.sh
2525

2626
build:
27-
name: Build and Test on ${{ matrix.os }} with ${{ matrix.compiler.cpp }}
27+
name: Test ${{ matrix.compiler.cpp }}
2828
runs-on: ${{ matrix.os }}
2929
strategy:
3030
matrix:
@@ -58,8 +58,8 @@ jobs:
5858
-Db_ndebug=if-release \
5959
-Dlf_test=true \
6060
-Db_lundef=false \
61-
-Db_cpp_eh=${{ matrix.embed.eh }} \
62-
-Db_cpp_rtti=${{ matrix.embed.rtti}} \
61+
-Dcpp_eh=${{ matrix.embed.eh }} \
62+
-Dcpp_rtti=${{ matrix.embed.rtti}} \
6363
6464
env:
6565
CC: ${{ matrix.compiler.c }}

0 commit comments

Comments
 (0)