Skip to content

Commit

Permalink
Update deploy to install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianSpence committed Feb 8, 2024
1 parent e5953bc commit ace7edf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install system dependencies
run: sudo apt-get install --yes libgdal-dev libgeos-dev libproj-dev libudunits2-dev

- name: deploy
uses: BDSI-Utwente/shinyapps-deploy-github-action@v1
with:
Expand Down

0 comments on commit ace7edf

Please sign in to comment.