Skip to content

Commit

Permalink
also need 'libcairo2-dev' for 'gdtools' pkg in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Oct 14, 2024
1 parent b4b5ada commit 549dfb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
libfreetype6-dev \
libpng-dev \
libtiff5-dev \
libjpeg-dev
libjpeg-dev \
libcairo2-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.055
Version: 0.2.2.056
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.055",
"version": "0.2.2.056",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit 549dfb6

Please sign in to comment.