Skip to content

Commit dd32529

Browse files
author
Joe Grund
committed
Fix CI
Signed-off-by: Joe Grund <[email protected]>
1 parent 09594d4 commit dd32529

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
- name: Install Rust toolchain
2121
uses: actions-rust-lang/setup-rust-toolchain@v1
2222
with:
23-
toolchain: 1.89.0
24-
targets: x86_64-unknown-linux-gnu
23+
components: rustfmt, clippy
2524

2625
- name: Cache cargo dependencies
2726
uses: actions/cache@v4

0 commit comments

Comments
 (0)