Skip to content

Commit

Permalink
libicu66
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Jun 26, 2024
1 parent 8f1bdaf commit 6a22f73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions 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 @@ -78,7 +78,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y \
texlive-latex-base texlive-fonts-recommended libcurl4-openssl-dev \
libglpk40
libglpk40 libicu66
- name: Set up R dependencies (Windows)
if: runner.os == 'Windows'
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
- name: Install valgrind
run: sudo apt-get install valgrind texlive-latex-base


- name: Install apt packages (Linux)
comment: Seemingly requires for stringi
run: |
sudo apt-get install -y libglpk40 libicu66
- name: Query dependencies
run: |
install.packages('remotes')
Expand Down

0 comments on commit 6a22f73

Please sign in to comment.