File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1818 "target" : " aarch64-unknown-linux-gnu" ,
1919 "cross" : false ,
2020 "target_cpu" : " generic" ,
21- "target_bins" : " --bin tari_base_node --bin tari_console_wallet --bin tari_merge_mining_proxy --bin tari_miner --bin tari_validator_node" ,
2221 "features" : " safe" ,
2322 "build_enabled" : true
2423 },
Original file line number Diff line number Diff line change 9292 echo "LIB_PRE=" >> $GITHUB_ENV
9393 echo "SHELL_EXT=.bat" >> $GITHUB_ENV
9494
95+ - name : Install macOS dependencies
96+ if : startsWith(runner.os,'macOS')
97+ run : brew install cmake zip coreutils automake autoconf
98+
99+ - name : Install Windows dependencies
100+ if : startsWith(runner.os,'Windows')
101+ run : |
102+ choco upgrade zip psutils -y
103+
95104 - name : Setup Rust toolchain
96105 uses : actions-rs/toolchain@v1
97106 with :
You can’t perform that action at this time.
0 commit comments