Skip to content

Commit

Permalink
Update load_dashboard.yml
Browse files Browse the repository at this point in the history
Bug with libudunits2 fixed
  • Loading branch information
yashdubey132 authored Nov 28, 2024
1 parent 8cb22ae commit 34bf210
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/load_dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- name: Set up R
uses: r-lib/actions/setup-r@v2

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libudunits2-dev
- name: Install Quarto
uses: quarto-dev/quarto-actions/setup@v2

Expand Down

0 comments on commit 34bf210

Please sign in to comment.