Skip to content

Commit

Permalink
gha: use dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed Oct 24, 2023
1 parent 8b74981 commit 2018bef
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 @@ -109,7 +109,7 @@ jobs:
run: rustup target add aarch64-apple-darwin

- name: Build whisper_rs_sys for Apple Silicon
run: cargo build --release --target=aarch64-apple-darwin -p whisper_rs_sys
run: cargo build --release --target=aarch64-apple-darwin -p whisper-rs-sys

- name: Build for Mac with Intel
run: cargo build --release
Expand Down

0 comments on commit 2018bef

Please sign in to comment.