Skip to content

Commit

Permalink
add more publish workflow pkgs
Browse files Browse the repository at this point in the history
Prev commit then led to 'ragg' install failing without these libs
  • Loading branch information
mpadge committed Oct 14, 2024
1 parent 8604915 commit b4b5ada
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@ jobs:

- name: Install sysdeps
run: |
sudo apt-get install -y libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev libfontconfig1-dev
sudo apt-get install -y \
libcurl4-openssl-dev \
libharfbuzz-dev \
libfribidi-dev \
libfontconfig1-dev \
libfreetype6-dev \
libpng-dev \
libtiff5-dev \
libjpeg-dev
- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dashboard
Title: What the Package Does (One Line, Title Case)
Version: 0.2.2.054
Version: 0.2.2.055
Authors@R:
person(given = "First",
family = "Last",
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "dashboard: What the Package Does (One Line, Title Case)",
"codeRepository": "https://github.com/ropensci-review-tools/dashboard",
"license": "https://spdx.org/licenses/MIT",
"version": "0.2.2.054",
"version": "0.2.2.055",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit b4b5ada

Please sign in to comment.