Skip to content

Commit

Permalink
Update pkgdown.yaml -fix gganimate 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelaere committed Dec 7, 2023
1 parent cd2ecba commit 25d324b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:

- name: Install av on Linux
if: runner.os == 'Linux'
run: sudo apt-get update -y && sudo apt-get install -y libavfilter-dev gifski libudunits2-dev libgdal-dev libgeos-dev libproj-dev
run: |
sudo apt-get update -y && sudo apt-get install -y libavfilter-dev libudunits2-dev libgdal-dev libgeos-dev libproj-dev
sudo snap install gifski
- name: Install dependencies
run: |
Expand Down

0 comments on commit 25d324b

Please sign in to comment.