Skip to content

Commit 68fffc6

Browse files
chore: update ci.yml
1 parent d6e2928 commit 68fffc6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
branches: ["**"]
55
pull_request:
66

7+
env:
8+
RUST_TOOLCHAIN: stable
9+
710
jobs:
811
fmt:
912
runs-on: ubuntu-latest
@@ -13,7 +16,7 @@ jobs:
1316
with:
1417
components: rustfmt
1518
toolchain: ${{ vars.RUST_TOOLCHAIN }}
16-
19+
1720
- uses: Swatinem/rust-cache@v2
1821
- name: cargo fmt
1922
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)