Skip to content

Commit

Permalink
fixing build error on macos aarch64 github action
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm committed Dec 13, 2023
1 parent 6acc19a commit bc3ebd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ jobs:

- name: Patch some libs
run: |
echo '\n\n[patch.crates-io]' >> .cargo/config.toml
echo 'libsoxr-sys = { git = "https://github.com/giangndm/libsoxr-sys.git", rev = "994fb732a4237d65d241fc83771dd24f4c25e8de" }' >> .cargo/config.toml
rm .cargo/config.toml
mv .cargo/config.toml.release-build .cargo/config.toml
- name: Build
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit bc3ebd2

Please sign in to comment.