Skip to content

Commit 56d1bbb

Browse files
committed
Duplicate features, since GHA doesn't support anchors
1 parent 8b73c5c commit 56d1bbb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,7 @@ jobs:
8888
- x86_64-pc-windows-gnu
8989
- i686-pc-windows-msvc
9090
- aarch64-pc-windows-msvc
91-
feature: &features
92-
- small
93-
- lean
94-
- max
95-
- max-pure
91+
feature: [ small, lean, max, max-pure ]
9692
include:
9793
- target: x86_64-unknown-linux-musl
9894
os: ubuntu-latest
@@ -239,7 +235,7 @@ jobs:
239235

240236
strategy:
241237
matrix:
242-
feature: *features
238+
feature: [ small, lean, max, max-pure ]
243239

244240
steps:
245241
- name: Placeholder

0 commit comments

Comments
 (0)