Skip to content

Commit

Permalink
fix: remove anchors
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael DEMACON <[email protected]>
  • Loading branch information
quantumsheep committed Feb 15, 2024
1 parent f591c44 commit eb8c259
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
check:
strategy:
matrix:
target: &targets
target:
- os: linux
arch: "amd64"
rust-target: "x86_64-unknown-linux-gnu"
Expand Down Expand Up @@ -58,7 +58,25 @@ jobs:
- clippy
strategy:
matrix:
target: *targets
target:
- os: linux
arch: "amd64"
rust-target: "x86_64-unknown-linux-gnu"
- os: linux
arch: "arm64"
rust-target: "aarch64-unknown-linux-gnu"
- os: darwin
arch: "amd64"
rust-target: "x86_64-apple-darwin"
- os: darwin
arch: "arm64"
rust-target: "aarch64-apple-darwin"
- os: windows
arch: "amd64"
rust-target: "x86_64-pc-windows-msvc"
- os: windows
arch: "arm64"
rust-target: "aarch64-pc-windows-msvc"
runs-on: ubuntu-latest
name: Build and save artifact
steps:
Expand Down

0 comments on commit eb8c259

Please sign in to comment.