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:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
compiler: [gcc]
|
||||
compiler: [clang]
|
||||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: false
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user