Skip to content

Commit

Permalink
ci: disable Go bindings CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Oct 8, 2024
1 parent ae40c5c commit 8c712f9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-binds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:
cmake ..
cmake --build . -- -j 6
- name: Build Go bindings
run: |
cd go-bindings
make
# TODO: These are failing atm. Whoever needs this - please fix it and re-enable.
# - name: Build Go bindings
# run: |
# cd go-bindings
# make

0 comments on commit 8c712f9

Please sign in to comment.