Skip to content

Commit e053ae2

Browse files
committed
Update llvm tools path to llvm-12
1 parent 94be1ff commit e053ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Run tests with address sanitizer
7676
uses: actions-rs/cargo@v1
7777
env:
78-
ASAN_SYMBOLIZER_PATH: /usr/lib/llvm-9/bin/llvm-symbolizer
78+
ASAN_SYMBOLIZER_PATH: /usr/lib/llvm-12/bin/llvm-symbolizer
7979
RUSTFLAGS: -Zsanitizer=address
8080
RUSTDOCFLAGS: -Zsanitizer=address
8181
with:
@@ -185,7 +185,7 @@ jobs:
185185
runs-on: ubuntu-latest
186186
env:
187187
CXX: clang++
188-
LLVM_CONFIG_PATH: /usr/lib/llvm-9/bin/llvm-config
188+
LLVM_CONFIG_PATH: /usr/lib/llvm-12/bin/llvm-config
189189
steps:
190190
- uses: actions/checkout@v3
191191
with:

0 commit comments

Comments
 (0)