Skip to content

Commit 8604915

Browse files
committed
pre-install libfontconfig1-dev in publish workflow
It started failing with install of 'systemfonts' pkg because missing that lib
1 parent 688de60 commit 8604915

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

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

3030
- name: Install sysdeps
3131
run: |
32-
sudo apt-get install -y libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev
32+
sudo apt-get install -y libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev libfontconfig1-dev
3333
3434
- name: Install R Dependencies
3535
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.053
3+
Version: 0.2.2.054
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.053",
9+
"version": "0.2.2.054",
1010
"programmingLanguage": {
1111
"@type": "ComputerLanguage",
1212
"name": "R",

0 commit comments

Comments
 (0)