We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab925ff commit bcb0c50Copy full SHA for bcb0c50
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install native Rust toolchain, Valgrind, and build utilitis
25
if: "matrix.distro == 'fedora:41'"
26
run: |
27
- dnf -y install cargo rust-std-static-wasm32-wasi valgrind lld git g++ clang wget which diffutils
+ dnf -y install cargo rust-src rust-std-static-wasm32-wasi valgrind lld git g++ clang wget which diffutils
28
echo
29
rpm -qa
30
- name: Checkout source code
0 commit comments