Skip to content

Commit

Permalink
fix mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
8051Enthusiast committed Aug 6, 2024
1 parent b52e1d6 commit 04572fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
cargo build --target="${{ matrix.target }}" --profile=dist
- run: |
rustup target add "aarch64-apple-darwin"
rustup target add "x86_64-apple-darwin"
cargo build --target="aarch64-apple-darwin" --profile=dist
lipo -create -output biodiff target/x86_64-apple-darwin/dist/biodiff target/aarch64-apple-darwin/dist/biodiff
lipo -create -output git-biodiff target/x86_64-apple-darwin/dist/git-biodiff target/aarch64-apple-darwin/dist/git-biodiff
Expand Down

0 comments on commit 04572fa

Please sign in to comment.