We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a291a commit ebf469aCopy full SHA for ebf469a
1 file changed
.github/workflows/master.yml
@@ -143,7 +143,7 @@ jobs:
143
MACOSX_DEPLOYMENT_TARGET: "10.14"
144
OPENSSL_STATIC: "1"
145
OPENSSL_DIR: "/usr/local/openssl"
146
- RUSTFLAGS: "-C target-cpu=native -C link-arg=-mmacosx-version-min=10.14"
+ RUSTFLAGS: "-C target=x86_64-apple-darwin -C link-arg=-mmacosx-version-min=10.14"
147
run: |
148
cargo build --release -p witnet -p witnet_toolkit
149
0 commit comments