Skip to content

Commit 9c8e49d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package-sandbox.yml

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)