Skip to content

Commit

Permalink
Merge pull request #104 from carpentries/add-textshaping-dependencies
Browse files Browse the repository at this point in the history
Add step to install dependencies for textshaping
  • Loading branch information
froggleston authored Aug 28, 2024
2 parents 1d3001b + a926f08 commit 64bd905
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-renv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- name: Install curl
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev

- name: Install textshaping dependencies
run: sudo apt-get install -y libharfbuzz-dev libfribidi-dev libtiff5-dev

# Runs a single command using the runners shell
- name: Update renv
shell: Rscript {0}
Expand Down
4 changes: 2 additions & 2 deletions renv.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"R": {
"Version": "4.4.0",
"Version": "4.4.1",
"Repositories": [
{
"Name": "CRAN",
Expand Down Expand Up @@ -744,7 +744,7 @@
"Package": "renv",
"Version": "1.0.7",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"utils"
],
Expand Down

0 comments on commit 64bd905

Please sign in to comment.