Skip to content

Commit

Permalink
escaping double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Jul 27, 2023
1 parent 2ca9407 commit 95f4d20
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 @@ -184,8 +184,8 @@ jobs:
cd -
echo "[target.x86_64-apple-darwin]" >> .cargo/config
echo linker = "x86_64-apple-darwin14-clang" >> .cargo/config
echo ar = "x86_64-apple-darwin14-ar" >> .cargo/config
echo linker = \"x86_64-apple-darwin14-clang\" >> .cargo/config
echo ar = \"x86_64-apple-darwin14-ar\" >> .cargo/config
rustup target add aarch64-apple-darwin
PATH="$(pwd)/osxcross/target/bin:$PATH" cargo build --target aarch64-apple-darwin --release

0 comments on commit 95f4d20

Please sign in to comment.