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 8b73c5c commit 56d1bbbCopy full SHA for 56d1bbb
.github/workflows/release.yml
@@ -88,11 +88,7 @@ jobs:
88
- x86_64-pc-windows-gnu
89
- i686-pc-windows-msvc
90
- aarch64-pc-windows-msvc
91
- feature: &features
92
- - small
93
- - lean
94
- - max
95
- - max-pure
+ feature: [ small, lean, max, max-pure ]
96
include:
97
- target: x86_64-unknown-linux-musl
98
os: ubuntu-latest
@@ -239,7 +235,7 @@ jobs:
239
235
240
236
strategy:
241
237
matrix:
242
- feature: *features
238
243
244
steps:
245
- name: Placeholder
0 commit comments