Skip to content

Commit

Permalink
Fix ci again?
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Feb 22, 2024
1 parent d3e50c7 commit 3ffa421
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish_crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,13 @@ 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 3ffa421

Please sign in to comment.