Skip to content

Commit

Permalink
Fix mac CI
Browse files Browse the repository at this point in the history
  • Loading branch information
athei committed May 13, 2022
1 parent 8538bc3 commit 254342f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ build-mac:
- time cargo build --release --target x86_64-apple-darwin
- mkdir -p ./artifacts/substrate-contracts-node-mac/
- 'lipo
./target/release/substrate-contracts-node
./target/x86_64-apple-darwin/release/substrate-contracts-node
./target/aarch64-apple-darwin/release/substrate-contracts-node
-create
-output ./artifacts/substrate-contracts-node-mac/substrate-contracts-node'
Expand Down

0 comments on commit 254342f

Please sign in to comment.