Skip to content

Commit

Permalink
ci: use cargo-llvm-cov v0.5.31
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 1, 2023
1 parent 7f7c9f8 commit 7258760
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .fluentci/src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const test = async (src = ".") => {
])
.withExec([
"wget",
"https://github.com/taiki-e/cargo-llvm-cov/releases/download/v0.5.36/cargo-llvm-cov-x86_64-unknown-linux-gnu.tar.gz",
"https://github.com/taiki-e/cargo-llvm-cov/releases/download/v0.5.31/cargo-llvm-cov-x86_64-unknown-linux-gnu.tar.gz",
])
.withExec([
"tar",
Expand Down
Binary file modified webui/musicplayer/bun.lockb
Binary file not shown.

0 comments on commit 7258760

Please sign in to comment.