Skip to content

Commit dc53b9a

Browse files
committed
尝试给管理端增加musl版本
1 parent 8c7ce34 commit dc53b9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-manager.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
rustc-target: x86_64-pc-windows-msvc
2222
- os: ubuntu-latest
2323
rustc-target: x86_64-unknown-linux-gnu
24+
- os: ubuntu-latest
25+
rustc-target: x86_64-unknown-linux-musl
2426
runs-on: ${{ matrix.os }}
2527
env:
2628
rust-version: '1.80'

0 commit comments

Comments
 (0)