Skip to content

Commit cdf3d71

Browse files
committed
update rust toolchain action
1 parent 6f83084 commit cdf3d71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
- name: checkout
1212
uses: actions/checkout@v3
1313
- name: Install Rust
14-
uses: actions-rs/toolchain@v1
14+
uses: dtolnay/rust-toolchain@stable
1515
with:
1616
toolchain: stable
17-
target: x86_64-unknown-linux-gnu
17+
targets: x86_64-unknown-linux-gnu
1818
override: true
1919
components: rustfmt, clippy
2020

0 commit comments

Comments
 (0)