Skip to content

Commit a0141a1

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/package-sandbox.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
cpack-generator: NSIS
6161
disable-ccache: true
6262
enable-32bit: false
63-
generate-python-bindings: true
64-
generate-csharp-bindings: true
63+
generate-python-bindings: false
64+
generate-csharp-bindings: false
6565

6666
- name: Windows VS 2022 Win32 Release
6767
runner: windows-latest
@@ -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)