Skip to content

Commit

Permalink
Update build_deploy.yml to fix error in stringi.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbowers authored Aug 13, 2024
1 parent d677c1b commit 7a7a26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
persist-credentials: false

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

- name: Setup R
uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 7a7a26e

Please sign in to comment.