Skip to content

Commit 13a14bc

Browse files
authored
get macos ispc from github for circleci (#1912)
1 parent 90a76af commit 13a14bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
command: |
4040
pip3 install meson==0.63
4141
pip3 install ninja
42-
brew install ispc
42+
curl -LJOs https://github.com/ispc/ispc/releases/download/v1.21.0/ispc-v1.21.0-macOS.universal.tar.gz
43+
tar xf ispc-v1.21.0-macOS.universal.tar.gz
44+
cp ispc-v1.21.0-macOS.universal/bin/ispc /usr/local/bin
4345
- run:
4446
name: Build lc0
4547
command: |

0 commit comments

Comments
 (0)