Skip to content

Commit e14c858

Browse files
committed
.github: Update CI
1 parent 5b7fa4e commit e14c858

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ jobs:
77
os: [ubuntu-latest, windows-latest]
88
runs-on: ${{ matrix.os }}
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
11+
- uses: dtolnay/rust-toolchain@stable
12+
with:
13+
components: clippy, rustfmt
14+
- uses: Swatinem/rust-cache@v2
1115
- run: cargo build
1216
- run: cargo test
1317
- run: cargo clippy --no-deps -- -D warnings

0 commit comments

Comments
 (0)