Skip to content

Commit 4499860

Browse files
committed
Remove extraneous backslash in asan.yaml build.
1 parent 8f423e0 commit 4499860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/asan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
python build/build.py \
6969
--bazel_options=--color=yes \
7070
--bazel_options=--copt=-fsanitize=address \
71-
--clang_path=/usr/bin/clang-18 \
71+
--clang_path=/usr/bin/clang-18
7272
pip install dist/jaxlib-*.whl
7373
pip install -e .
7474
- name: Run tests

0 commit comments

Comments
 (0)