Skip to content

Commit 5477056

Browse files
committed
ci: Fix YAML indentation
1 parent f9143a9 commit 5477056

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
with:
2424
components: rustfmt, clippy
2525
- uses: Swatinem/rust-cache@v2
26-
- name: Install dependencies
27-
run: |
28-
sudo apt-get update
29-
sudo apt-get install -y libgeos-dev
26+
- name: Install dependencies
27+
run: |
28+
sudo apt-get update
29+
sudo apt-get install -y libgeos-dev
3030
- name: Clippy
3131
run: cargo clippy --all-features --tests -- -D warnings
3232
- name: Check

0 commit comments

Comments
 (0)