Skip to content

Commit

Permalink
need a couple more sysdeps for publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Mar 14, 2024
1 parent 067172c commit 64efd35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ jobs:
with:
r-version: '4.3.3'

# libcurl is on the GH runners, but for some reason, the renv setup
# doesn't find it?
- name: Install curl
- name: Install sysdeps
run: |
sudo apt-get install -y libcurl4-openssl-dev
sudo apt-get install -y libcurl4-openssl-dev libharfbuzz-dev libfribidi-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.0.3.014
Version: 0.0.3.015
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.0.3.014",
"version": "0.0.3.015",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit 64efd35

Please sign in to comment.