Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barakplasma authored Dec 26, 2022
1 parent 10c4328 commit 80a0e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl, x86_64-apple-darwin, aarch64-linux-android]
target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl, x86_64-apple-darwin, aarch64-unknown-linux-gnu]
steps:
- uses: actions/checkout@master
- name: Compile and release
Expand Down

0 comments on commit 80a0e09

Please sign in to comment.