Skip to content

Commit 4a57b14

Browse files
committed
build: use Clang 12 for test-asan workflow
1 parent 2caa308 commit 4a57b14

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
@@ -30,9 +30,9 @@ jobs:
3030
if: github.event.pull_request.draft == false
3131
runs-on: ubuntu-latest
3232
env:
33-
CC: clang
34-
CXX: clang++
35-
LINK: clang++
33+
CC: clang-12
34+
CXX: clang++-12
35+
LINK: clang++-12
3636
CONFIG_FLAGS: --enable-asan
3737
steps:
3838
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)