Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Oct 7, 2024
1 parent 3593fd9 commit 149f7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
do
eval sudo $cmd
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "22.04"))')
sudo apt install libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev
sudo apt install libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev libicu-dev
shell: bash

- name: Install png (temporary)
Expand Down

0 comments on commit 149f7f4

Please sign in to comment.