You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ jobs:
89
89
if: runner.os != 'Windows'
90
90
run: |
91
91
R CMD build packages/nimble # Is this needed? Is purpose of this to see if 'build' induces an error?
92
-
R CMD INSTALL --install-tests --enable-dylib=false packages/nimble # use libnimble.a to reduce seg faults when using clearCompiled for long sets of AD tests
92
+
R CMD INSTALL --install-tests --configure-args='--enable-dylib=false' packages/nimble # use libnimble.a to reduce seg faults when using clearCompiled for long sets of AD tests
0 commit comments