Skip to content

Commit b4b5ada

Browse files
committed
add more publish workflow pkgs
Prev commit then led to 'ragg' install failing without these libs
1 parent 8604915 commit b4b5ada

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.github/workflows/publish.yaml

+9-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,15 @@ jobs:
2929

3030
- name: Install sysdeps
3131
run: |
32-
sudo apt-get install -y libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev libfontconfig1-dev
32+
sudo apt-get install -y \
33+
libcurl4-openssl-dev \
34+
libharfbuzz-dev \
35+
libfribidi-dev \
36+
libfontconfig1-dev \
37+
libfreetype6-dev \
38+
libpng-dev \
39+
libtiff5-dev \
40+
libjpeg-dev
3341
3442
- name: Install R Dependencies
3543
uses: r-lib/actions/setup-renv@v2

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dashboard
22
Title: What the Package Does (One Line, Title Case)
3-
Version: 0.2.2.054
3+
Version: 0.2.2.055
44
Authors@R:
55
person(given = "First",
66
family = "Last",

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "dashboard: What the Package Does (One Line, Title Case)",
77
"codeRepository": "https://github.com/ropensci-review-tools/dashboard",
88
"license": "https://spdx.org/licenses/MIT",
9-
"version": "0.2.2.054",
9+
"version": "0.2.2.055",
1010
"programmingLanguage": {
1111
"@type": "ComputerLanguage",
1212
"name": "R",

0 commit comments

Comments
 (0)