From d3c04f7985a2d16f11acbf0a05eb08029ecbb189 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Thu, 11 Jul 2024 10:00:54 +0200 Subject: [PATCH] typo --- .github/workflows/make_inst_default.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make_inst_default.yaml b/.github/workflows/make_inst_default.yaml index 16ab7462..81532201 100644 --- a/.github/workflows/make_inst_default.yaml +++ b/.github/workflows/make_inst_default.yaml @@ -23,9 +23,9 @@ jobs: - name: Nix cache uses: DeterminateSystems/magic-nix-cache-action@main - - name: Build default.nix with 2 local packages + - name: Generate .inst/extdata/default.nix run: | - nix-shell ./inst/extdata/default.nix --run "Rscript -e \"library(rix);latest_commit <- tryCatch(expr = {sys::as_text(sys::exec_internal('git', c('rev-parse', 'master'))$stdout)}, error = function(e) '4d96207e7f69cbadca5349e9caa5bcc4059c1dc3');rix('4.3.1', git_pkgs = list(package_name = 'rix', repo_url = 'https://github.com/b-rodrigues/rix/', branch_name = 'master', commit = latest_commit), ide = 'other', project_path = ./inst/extdata, overwrite = TRUE)\"" + nix-shell ./inst/extdata/default.nix --run "Rscript -e \"library(rix);latest_commit <- tryCatch(expr = {sys::as_text(sys::exec_internal('git', c('rev-parse', 'master'))$stdout)}, error = function(e) '4d96207e7f69cbadca5349e9caa5bcc4059c1dc3');rix('4.3.1', git_pkgs = list(package_name = 'rix', repo_url = 'https://github.com/b-rodrigues/rix/', branch_name = 'master', commit = latest_commit), ide = 'other', project_path = './inst/extdata', overwrite = TRUE)\"" - name: Commit and push default.nix run: |