Skip to content

Commit fda62bf

Browse files
committed
build: use Clang 12 for test-asan workflow
1 parent 02e0c17 commit fda62bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-asan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
if: github.event.pull_request.draft == false
3939
runs-on: ubuntu-latest
4040
env:
41-
CC: clang
42-
CXX: clang++
43-
LINK: clang++
41+
CC: clang-12
42+
CXX: clang++-12
43+
LINK: clang++-12
4444
CONFIG_FLAGS: --enable-asan
4545
steps:
4646
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)