File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments