From f8f9981d26632882e644d62f0503521e8b78d13c Mon Sep 17 00:00:00 2001 From: Juko Laptop Date: Tue, 19 Dec 2023 23:04:05 +0100 Subject: [PATCH] update actions --- .github/workflows/r-cmd-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/r-cmd-check.yml b/.github/workflows/r-cmd-check.yml index 06fdb17..030474d 100644 --- a/.github/workflows/r-cmd-check.yml +++ b/.github/workflows/r-cmd-check.yml @@ -57,8 +57,8 @@ jobs: if: runner.os == 'macOS' run: | brew install --cask basictex - sudo /usr/local/texlive/2021basic/bin/x86_64-darwin/tlmgr update --self --all - echo "/usr/local/texlive/2021basic/bin/x86_64-darwin" | sudo tee -a /etc/paths + echo "/Library/TeX/texbin" | sudo tee -a /etc/paths + sudo /Library/TeX/texbin/tlmgr update --self --all - name: Install rJava and other R dependencies run: |