Skip to content

Commit aa7463a

Browse files
committed
fix verb
1 parent 162d7a5 commit aa7463a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fi
2828
echo "Installing Rust version: $RUST_TOOLCHAIN"
2929
rustup default $RUST_TOOLCHAIN
30-
rustup components add rust-src miri
30+
rustup component add rust-src miri
3131
3232
- name: Show Rust version
3333
run: |

0 commit comments

Comments
 (0)