From 0329a8668e0af999e97c25be4157a759d93aa845 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Tue, 24 Sep 2024 21:02:19 +0200 Subject: [PATCH] also to second test... --- .github/workflows/test-fetchlocal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-fetchlocal.yml b/.github/workflows/test-fetchlocal.yml index e1c852b8..08dfe3bd 100644 --- a/.github/workflows/test-fetchlocal.yml +++ b/.github/workflows/test-fetchlocal.yml @@ -50,7 +50,7 @@ jobs: - name: Build default.nix with 1 local package run: | - nix-shell ./inst/extdata/default.nix --run "Rscript -e \"library(rix);rix('4.3.1', local_r_pkgs = 'chronicler_0.2.1.tar.gz', overwrite = TRUE)\"" + nix-shell ./inst/extdata/default.nix --run "Rscript -e \"library(rix);rix('4.3.1', local_r_pkgs = 'chronicler_0.2.1.tar.gz', project_path = '.', overwrite = TRUE)\"" - name: Build default.nix run: nix-build \ No newline at end of file