Skip to content

Commit 7a7a26e

Browse files
authored
Update build_deploy.yml to fix error in stringi.
1 parent d677c1b commit 7a7a26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
persist-credentials: false
1313

1414
- name: Install Ubuntu Packages
15-
run: sudo apt-get install -y libcurl4-openssl-dev pandoc pandoc-citeproc texlive texlive-xetex biber
15+
run: sudo apt-get install -y libcurl4-openssl-dev pandoc pandoc-citeproc texlive texlive-xetex biber libicu-dev
1616

1717
- name: Setup R
1818
uses: r-lib/actions/setup-r@v2

0 commit comments

Comments
 (0)