Skip to content

Commit

Permalink
Update CI macos target
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed Jul 22, 2024
1 parent 823a61a commit 0b87d2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
rust: stable
tar: linux
out_dir: out
- target: x86_64-apple-darwin
- target: aarch64-apple-darwin
os: macos-latest
ninja_file: ninja-mac.zip
ninja_sha: 482ecb23c59ae3d4f158029112de172dd96bb0e97549c4b1ca32d8fad11f873e
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ case "${unameOut}" in
esac

cd "$(dirname "$0")"
OUT_DIR=$(realpath "${1:-out}")
OUT_DIR="$(realpath ./)/${1:-out}"

rm -rf "${OUT_DIR}"
mkdir -p "${OUT_DIR}"
Expand Down

0 comments on commit 0b87d2f

Please sign in to comment.