CI: switch ASAN builds to clang
This commit is contained in:
parent
e19aafe22a
commit
e5263d7163
2
.github/workflows/linux_test_asan.yml
vendored
2
.github/workflows/linux_test_asan.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
compiler: [gcc]
|
compiler: [clang]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user