Skip to content

Commit

Permalink
Duplicate features, since GHA doesn't support anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Aug 1, 2024
1 parent 0d0ae4b commit 0956fc6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,7 @@ jobs:
- x86_64-pc-windows-gnu
- i686-pc-windows-msvc
- aarch64-pc-windows-msvc
feature: &features
- small
- lean
- max
- max-pure
feature: [ small, lean, max, max-pure ]
include:
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
Expand Down Expand Up @@ -239,7 +235,7 @@ jobs:

strategy:
matrix:
feature: *features
feature: [ small, lean, max, max-pure ]

steps:
- name: Placeholder
Expand Down

0 comments on commit 0956fc6

Please sign in to comment.