From b3fd28cd376142403ab5b978b6bc5ae4b070fa7f Mon Sep 17 00:00:00 2001 From: Mossa Date: Wed, 31 Jan 2024 11:44:16 +0100 Subject: [PATCH] ci: fix rextendr integration test by using embedded submodule --- .github/workflows/test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d96e039cdf..f2f9ee9745 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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)