Skip to content

Commit fd148c5

Browse files
committed
preload
1 parent f72a7b5 commit fd148c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check-asan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
RJAVA_JVM_STACK_WORKAROUND: 0
2626
RGL_USE_NULL: true
2727
R_DONT_USE_TK: true
28-
LD_PRELOAD: /usr/lib/gcc/x86_64-linux-gnu/14/libasan.so
28+
LD_PRELOAD: /usr/lib/gcc/x86_64-redhat-linux/14/libasan.so
2929

3030
steps:
3131
- name: Checkout

0 commit comments

Comments
 (0)