Skip to content

Commit 5135e9b

Browse files
committed
Finall?
1 parent 000e407 commit 5135e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reverse-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Install binaries to avoid building nested dependencies from source
6565
pak::pak(revdep_details[,"Package"])
6666
67-
tools::check_packages_in_dir("./revdepchecks", Ncpus = 4, check_args=c("--no-manual"))
67+
tools::check_packages_in_dir("./revdepchecks", Ncpus = 2, check_args=c("--no-manual"))
6868
6969
res <- tools::check_packages_in_dir_details("revdepchecks/")
7070
saveRDS(res, file = "batch-${{ matrix.batch }}-status.rds")

0 commit comments

Comments
 (0)