Skip to content

Commit

Permalink
ci: fix rextendr integration test by using embedded submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Jan 31, 2024
1 parent f79a57f commit ff3d6d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,12 @@ jobs:
# uncomment this line when we need to depend on the dev version of libR-sys
#'libR-sys = { git = "https://github.com/extendr/libR-sys" }',
# use the embedded libR-sys submodule
paste0(
"libR-sys = { path = \"",
normalizePath(file.path(getwd(), "libR-sys"), winslash = "/"),
"\" }"),
sep = ";")
patch.crates_io <- paste0("REXTENDR_PATCH_CRATES_IO=", patch.crates_io)
Expand Down

0 comments on commit ff3d6d4

Please sign in to comment.