Skip to content

Commit

Permalink
fix ci yml?
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Feb 22, 2024
1 parent e44cfd2 commit d3e50c7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish_crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- target:
- x86_64-pc-windows-gnu
- x86_64-pc-windows-msvc
- x86_64-apple-darwin
- aarch64-apple-darwin
- x86_64-unknown-linux-musl
- x86_64-unknown-linux-gnu
- target: [x86_64-pc-windows-gnu, x86_64-pc-windows-msvc, x86_64-apple-darwin, aarch64-apple-darwin, x86_64-unknown-linux-musl, x86_64-unknown-linux-gnu]

steps:
- name: Checkout repo
Expand Down

0 comments on commit d3e50c7

Please sign in to comment.