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 52cdb65 commit ab925ffCopy full SHA for ab925ff
.github/workflows/build.yml
@@ -25,6 +25,8 @@ jobs:
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
28
+ echo
29
+ rpm -qa
30
- name: Checkout source code
31
uses: actions/checkout@v2
32
with:
0 commit comments