Skip to content

Commit 140a994

Browse files
committed
Fix invocation of enable-dylib in CI.
1 parent b8e0fed commit 140a994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
if: runner.os != 'Windows'
9090
run: |
9191
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
9393
9494
- name: Install reverse dependencies
9595
run: |

0 commit comments

Comments
 (0)