Skip to content

Commit

Permalink
chore(ci): fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
ckaznable committed May 23, 2023
1 parent 608169f commit 49c7b58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
- name: Install Cross
run: cargo install cross

- name: install whisper.cpp deps
run: sudo apt-get update && sudo apt-get install libclang-dev -y

- name: Build target
run: cross build --release --locked --target ${{ matrix.target }}

Expand Down

0 comments on commit 49c7b58

Please sign in to comment.