Skip to content

Commit 3ccb071

Browse files
committed
fix(ci): broken indentation
1 parent 4618730 commit 3ccb071

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
pacman -Syu --noconfirm
2323
pacman -S --noconfirm base-devel gtk4 gtk4-layer-shell pkgconf git
2424
25-
- name: Setup rust
26-
uses: dtolnay/rust-toolchain@stable
27-
with:
28-
components: clippy,rustfmt
25+
- name: Setup rust
26+
uses: dtolnay/rust-toolchain@stable
27+
with:
28+
components: clippy,rustfmt
2929

30-
- name: Load rust cache
31-
uses: Swatinem/rust-cache@v2
30+
- name: Load rust cache
31+
uses: Swatinem/rust-cache@v2
3232

3333
- uses: actions/checkout@v4
3434
- name: Build

0 commit comments

Comments
 (0)