Skip to content

Commit c5cb660

Browse files
committed
CI: detect win unstable
1 parent a81c315 commit c5cb660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/R-CMD-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
options(crayon.enabled = TRUE)
7878
print(R.version)
79-
args <- if (.Platform$OS.type == "windows" & R.version$status == "devel") {
79+
args <- if (.Platform$OS.type == "windows" & grepl("unstable", R.version$status)) {
8080
c("--no-manual", "--as-cran", "--no-multiarch")
8181
} else {
8282
c("--no-manual", "--as-cran")

0 commit comments

Comments
 (0)