one more fix for cargo config

This commit is contained in:
damirka 2021-06-16 15:05:29 +03:00
parent 796d687b22
commit 0b49f0c9ad
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
[target.'cfg(all(not(target_arch = "wasm32"), not(feature = "noconfig")))']
[target.'cfg(all(target_arch = "x86_64", target_os = "macos", not(feature = "noconfig)))']
rustflags = ["-C", "target-cpu=native"]

View File

@ -67,7 +67,7 @@ jobs:
- name: Build Leo
run: |
cargo build --package leo-lang --release --features noconfig && strip target/release/leo
cargo build --package leo-lang --release && strip target/release/leo
env:
CARGO_NET_GIT_FETCH_WITH_CLI: true