Skip to content

Commit bcb0c50

Browse files
committed
try w/ src
1 parent ab925ff commit bcb0c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install native Rust toolchain, Valgrind, and build utilitis
2525
if: "matrix.distro == 'fedora:41'"
2626
run: |
27-
dnf -y install cargo rust-std-static-wasm32-wasi valgrind lld git g++ clang wget which diffutils
27+
dnf -y install cargo rust-src rust-std-static-wasm32-wasi valgrind lld git g++ clang wget which diffutils
2828
echo
2929
rpm -qa
3030
- name: Checkout source code

0 commit comments

Comments
 (0)