fixup: need to actually build the libstatvfs_ldpreload.so

This commit is contained in:
Christian Schwarz
2023-03-29 19:40:04 +02:00
parent 5cbe8341e4
commit 1b9b1e5e71

View File

@@ -240,7 +240,7 @@ jobs:
- name: Run cargo build
run: |
${cov_prefix} mold -run cargo build $CARGO_FLAGS --bins --tests
${cov_prefix} mold -run cargo build $CARGO_FLAGS
- name: Run cargo test
run: |