Skip to content

Commit

Permalink
Install rgeos system library on linux in pkgdown CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronwolen committed May 10, 2022
1 parent c86d455 commit 1d76435
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main]
release:
types: [published]
workflow_dispatch:
Expand All @@ -18,6 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install libgeos on Linux
if: runner.os == 'Linux'
run: sudo apt-get update -y && sudo apt-get install -y libgeos-dev

- uses: r-lib/actions/setup-pandoc@v1

- uses: r-lib/actions/setup-r@v1
Expand Down

0 comments on commit 1d76435

Please sign in to comment.