Skip to content

Commit

Permalink
trying to get Matrix to build from source
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDMorgan committed Dec 14, 2023
1 parent 63c6603 commit 1579aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/RCMD_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Build Matrix
run: |
remotes::install_cran(c("Matrix"), build=TRUE, force=TRUE)
remotes::install_version(c("Matrix"), version="1.6-4", build=TRUE, force=TRUE)
shell: Rscript {0}

- name: Check
Expand Down

0 comments on commit 1579aa9

Please sign in to comment.