Skip to content

Commit

Permalink
Revert "ci: slightly simplify workflow definition"
Browse files Browse the repository at this point in the history
This reverts commit 66d279f.

While the change worked, it lead to workflows showing a different and
uglier name on the GitHub web UI, which was not worth it when compared
to the DRY benefits.
  • Loading branch information
AlexTMjugador committed Sep 18, 2023
1 parent 66d279f commit c188644
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ jobs:
strategy:
fail-fast: false
matrix:
target:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
- x86_64-pc-windows-gnu
- aarch64-unknown-linux-gnu
- aarch64-unknown-linux-musl
- x86_64-apple-darwin
- aarch64-apple-darwin

include:
- target: x86_64-unknown-linux-gnu
host-target: x86_64-unknown-linux-gnu
Expand Down

0 comments on commit c188644

Please sign in to comment.