We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72a7b5 commit fd148c5Copy full SHA for fd148c5
.github/workflows/R-CMD-check-asan.yaml
@@ -25,7 +25,7 @@ jobs:
25
RJAVA_JVM_STACK_WORKAROUND: 0
26
RGL_USE_NULL: true
27
R_DONT_USE_TK: true
28
- LD_PRELOAD: /usr/lib/gcc/x86_64-linux-gnu/14/libasan.so
+ LD_PRELOAD: /usr/lib/gcc/x86_64-redhat-linux/14/libasan.so
29
30
steps:
31
- name: Checkout
0 commit comments