Skip to content

Commit f150ab8

Browse files
committed
build: use clang over g++ for ubsan
1 parent f9755f6 commit f150ab8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-ubsan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
if: github.event.pull_request.draft == false
4141
runs-on: ubuntu-20.04
4242
env:
43-
CC: gcc
44-
CXX: g++
45-
LINK: g++
43+
CC: clang
44+
CXX: clang++
45+
LINK: clang++
4646
CONFIG_FLAGS: --enable-ubsan
4747
steps:
4848
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)