diff --git a/.github/workflows/check-sanitizers.yaml b/.github/workflows/check-sanitizers.yaml index 48c3875c..82a78708 100644 --- a/.github/workflows/check-sanitizers.yaml +++ b/.github/workflows/check-sanitizers.yaml @@ -50,8 +50,8 @@ jobs: run: | install.packages("remotes") library("remotes") - install_cran(c("Matrix", "lattice", "bigmemory")) - install_cran(c("codetools", "cluster"), force = TRUE) + install_cran(c("Matrix", "bigmemory")) + install_cran(c("codetools", "cluster", "lattice"), force = TRUE) update(dev_package_deps(dependencies = TRUE)) - name: Check with sanitizers