Skip to content

Commit

Permalink
osx
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Land committed Aug 17, 2024
1 parent cacf5f0 commit 7125117
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/osxbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.8

- name: Install dependencies
run: |
brew update
brew install libzip
- name: Build KataGo
run: |
rm katrain/KataGo/katago
Expand Down

0 comments on commit 7125117

Please sign in to comment.