Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Jul 27, 2023
1 parent 06236ba commit 160cbf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ jobs:
echo linker = \"aarch64-apple-darwin14-clang\" >> .cargo/config
echo ar = \"aarch64-apple-darwin14-ar\" >> .cargo/config
echo "[target.aarch64-apple-darwin]" >> ../.cargo/config
echo linker = \"aarch64-apple-darwin14-clang\" >> ../.cargo/config
echo ar = \"aarch64-apple-darwin14-ar\" >> ../.cargo/config
MACOS_TARGET="aarch64-apple-darwin"
echo "Building target for platform ${MACOS_TARGET}"
Expand Down

0 comments on commit 160cbf7

Please sign in to comment.