diff --git a/.github/workflows/build-binds.yml b/.github/workflows/build-binds.yml index 92e0f04ec..3a80849b8 100644 --- a/.github/workflows/build-binds.yml +++ b/.github/workflows/build-binds.yml @@ -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