Skip to content

Commit

Permalink
Merge pull request #26 from gesiscss/JuKo007-patch-1
Browse files Browse the repository at this point in the history
fixed basictex download link
  • Loading branch information
JuKo007 authored Mar 21, 2024
2 parents 77ee9a9 + 2f1b0be commit 669e067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install macOS system dependencies
if: runner.os == 'macOS'
run: |
brew install --cask basictex || (curl -L -o basictex.pkg "https://mirror.ctan.org/systems/mac/mactex/mactex-basictex-latest.pkg" && sudo installer -pkg basictex.pkg -target /)
brew install --cask basictex || (curl -L -o basictex.pkg "https://de.mirrors.cicku.me/ctan/systems/mac/mactex/BasicTeX.pkg" && sudo installer -pkg basictex.pkg -target /)
echo "/Library/TeX/texbin" >> $GITHUB_PATH
# sudo /Library/TeX/texbin/tlmgr update --self --all
# sudo /Library/TeX/texbin/tlmgr install collection-latex collection-latexrecommended collection-fontsrecommended
Expand Down

0 comments on commit 669e067

Please sign in to comment.