We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9143a9 commit 5477056Copy full SHA for 5477056
1 file changed
.github/workflows/ci.yml
@@ -23,10 +23,10 @@ jobs:
23
with:
24
components: rustfmt, clippy
25
- uses: Swatinem/rust-cache@v2
26
- - name: Install dependencies
27
- run: |
28
- sudo apt-get update
29
- sudo apt-get install -y libgeos-dev
+ - name: Install dependencies
+ run: |
+ sudo apt-get update
+ sudo apt-get install -y libgeos-dev
30
- name: Clippy
31
run: cargo clippy --all-features --tests -- -D warnings
32
- name: Check
0 commit comments