We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7ce34 commit dc53b9aCopy full SHA for dc53b9a
.github/workflows/release-manager.yml
@@ -21,6 +21,8 @@ jobs:
21
rustc-target: x86_64-pc-windows-msvc
22
- os: ubuntu-latest
23
rustc-target: x86_64-unknown-linux-gnu
24
+ - os: ubuntu-latest
25
+ rustc-target: x86_64-unknown-linux-musl
26
runs-on: ${{ matrix.os }}
27
env:
28
rust-version: '1.80'
0 commit comments