Skip to content

Commit 1f1a83f

Browse files
committed
Add requires
1 parent fc066a0 commit 1f1a83f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/matrix-build.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
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
},

.github/workflows/matrix-build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,15 @@ jobs:
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:

0 commit comments

Comments
 (0)