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 7159cf8 commit fe9559bCopy full SHA for fe9559b
.github/workflows/release.yml
@@ -59,6 +59,9 @@ jobs:
59
with:
60
targets: ${{ matrix.target }}
61
62
+ - name: Install musl tools
63
+ run: sudo apt-get update && sudo apt-get install -y musl-tools
64
+
65
- run: cargo build --locked --release --bin cargo-codspeed --target ${{ matrix.target }}
66
67
- name: Upload Release Asset
0 commit comments