File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
15
15
env :
16
16
TOOLCHAIN : stable
17
17
steps :
18
- - name : Install native Rust toolchain, Valgrind, and build utilitis
18
+ - name : Install native Rust toolchain, Valgrind, and build utilities
19
19
if : " matrix.distro == 'debian:bookworm'"
20
20
run : |
21
21
apt-get update
22
22
apt-get -y dist-upgrade
23
23
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
25
25
if : " matrix.distro == 'fedora:39'"
26
26
run : |
27
27
dnf -y install cargo rust-std-static-wasm32-wasi valgrind lld git g++ clang wget which diffutils
85
85
env :
86
86
TOOLCHAIN : stable
87
87
steps :
88
- - name : Install native Rust toolchain, Valgrind, and build utilitis
88
+ - name : Install native Rust toolchain, Valgrind, and build utilities
89
89
run : |
90
90
apt-get update
91
91
apt-get -y dist-upgrade
You can’t perform that action at this time.
0 commit comments