Skip to content

Commit 4188e53

Browse files
committed
Fix minor typos in CI
1 parent b30af20 commit 4188e53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
env:
1616
TOOLCHAIN: stable
1717
steps:
18-
- name: Install native Rust toolchain, Valgrind, and build utilitis
18+
- name: Install native Rust toolchain, Valgrind, and build utilities
1919
if: "matrix.distro == 'debian:bookworm'"
2020
run: |
2121
apt-get update
2222
apt-get -y dist-upgrade
2323
apt-get -y install cargo libstd-rust-dev-wasm32 wasi-libc valgrind lld git g++ clang wget
24-
- name: Install native Rust toolchain, Valgrind, and build utilitis
24+
- name: Install native Rust toolchain, Valgrind, and build utilities
2525
if: "matrix.distro == 'fedora:39'"
2626
run: |
2727
dnf -y install cargo rust-std-static-wasm32-wasi valgrind lld git g++ clang wget which diffutils
@@ -85,7 +85,7 @@ jobs:
8585
env:
8686
TOOLCHAIN: stable
8787
steps:
88-
- name: Install native Rust toolchain, Valgrind, and build utilitis
88+
- name: Install native Rust toolchain, Valgrind, and build utilities
8989
run: |
9090
apt-get update
9191
apt-get -y dist-upgrade

0 commit comments

Comments
 (0)