Skip to content

Commit d1257e7

Browse files
author
Aliaksandr Adziareika
committed
Disable bindings for x64
1 parent f3865ef commit d1257e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package-sandbox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ jobs:
151151
cmake-build-type: ${{ matrix.cmake-build-type }}
152152
enable-32bit: ${{ matrix.enable-32bit == true }}
153153
cpack-generator: ${{ matrix.cpack-generator }}
154-
generate-csharp-bindings: ${{ matrix.generate-csharp-bindings }}
155-
generate-python-bindings: ${{ matrix.generate-csharp-bindings }}
154+
generate-csharp-bindings: false
155+
generate-python-bindings: false
156156

157157
- name: Upload SDK Installer
158158
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)