Skip to content

Commit

Permalink
Try to resolve textshape install failure
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasWallrich authored Nov 9, 2024
2 parents a8fbc67 + 9e90089 commit cbe03b2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/document-and-deploy-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
_R_CHECK_FORCE_SUGGESTS_: "false"

jobs:
document-and-deploy:
document-and-deploy-manual:
runs-on: ubuntu-latest

steps:
Expand All @@ -27,9 +27,15 @@ jobs:
uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ github.event.inputs.rversion }}
use-public-rspm: true

- name: Set up System Dependencies
- name: Set up R Dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: devtools

- name: set up devtools system
run: sudo apt install libharfbuzz-dev libfribidi-dev libtiff5-dev

- name: Create documentation
run: |
Expand Down

0 comments on commit cbe03b2

Please sign in to comment.