Skip to content

Commit fe9559b

Browse files
ci: install musl-tools before building for release
1 parent 7159cf8 commit fe9559b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
with:
6060
targets: ${{ matrix.target }}
6161

62+
- name: Install musl tools
63+
run: sudo apt-get update && sudo apt-get install -y musl-tools
64+
6265
- run: cargo build --locked --release --bin cargo-codspeed --target ${{ matrix.target }}
6366

6467
- name: Upload Release Asset

0 commit comments

Comments
 (0)