Skip to content

Commit

Permalink
And again: Rust beta for macOS ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceadams committed Nov 22, 2020
1 parent 9a79577 commit 11ddf7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: macOS Build
if: runner.os == 'macOS'
run: |
rustup target install beta
rustup toolchain install beta
rustup target add --toolchain beta aarch64-apple-darwin
cargo build --release --verbose
SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path) MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version) cargo +beta build --release --target aarch64-apple-darwin --verbose
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yj"
version = "1.1.27"
version = "1.1.28"
authors = ["Bruce Adams <[email protected]>"]
categories = ["command-line-utilities"]
description = "Command line tool that converts YAML to JSON"
Expand Down

0 comments on commit 11ddf7b

Please sign in to comment.