Skip to content

Commit

Permalink
install geos on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Dec 3, 2024
1 parent 323c615 commit 30e2173
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
profile: minimal
override: true
components: rustfmt, clippy, rust-src
- name: Install dependencies
shell: bash
run: |
rustc --version
cargo --version
sudo apt-get update
sudo apt-get install -y libgeos-dev
- name: Checkout repository
uses: actions/checkout@v2
- run: cargo fmt --all -- --check
Expand Down

0 comments on commit 30e2173

Please sign in to comment.