Skip to content

Commit

Permalink
build: use clang over g++ for ubsan
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Mar 21, 2024
1 parent 4fe8735 commit 5efaa76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-ubsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-20.04
env:
CC: gcc
CXX: g++
LINK: g++
CC: clang
CXX: clang++
LINK: clang++
CONFIG_FLAGS: --enable-ubsan
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit 5efaa76

Please sign in to comment.