mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-22 09:41:37 +03:00
one more fix for cargo config
This commit is contained in:
parent
796d687b22
commit
0b49f0c9ad
@ -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"]
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user