Skip to content

Commit

Permalink
ci: disable Go bindings CI for macos for now (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 authored Oct 9, 2024
1 parent ae40c5c commit d939562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-binds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
cmake --build . -- -j 6
- name: Build Go bindings
# TODO: macos build is broken. Whoever needs this - please fix it and remove `if` below.
if: startsWith(matrix.os, 'ubuntu')
run: |
cd go-bindings
make

0 comments on commit d939562

Please sign in to comment.