Skip to content

Commit

Permalink
build: add macOS build for GH actions CI
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Aug 19, 2024
1 parent b354309 commit 7416f74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install OpenCV
run: brew install opencv
run: |
rm /usr/local/bin/2to3 || true
brew install opencv
- name: Install Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 7416f74

Please sign in to comment.