Skip to content

Commit

Permalink
chore: system dependencies for man-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kolomanski committed Jan 3, 2025
1 parent 718bc12 commit 09f66ea
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,14 @@ jobs:
if: github.event_name == 'pull_request'
needs: get_r_version
steps:
- name: Install dependencies
run: |
- name: Install system dependencies
run: |
apt-get install -y --no-install-recommends \
libudunits2-dev
- name: Run Man Pages Workflow
uses: pharmaverse/admiralci/.github/workflows/man-pages.yml@main
with:
r-version: "${{ needs.get_r_version.outputs.r-version }}"
- name: Run Man Pages Workflow
uses: pharmaverse/admiralci/.github/workflows/man-pages.yml@main
with:
r-version: "${{ needs.get_r_version.outputs.r-version }}"

tests:
name: Tests
Expand Down

0 comments on commit 09f66ea

Please sign in to comment.