Skip to content

Commit 5e1accc

Browse files
Fix Windows 32-bit paths in release tooling
Signed-off-by: Robbie Harwood <[email protected]>
1 parent 0652ca6 commit 5e1accc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/release-win.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ source ./ci/lib-deploy.sh
66
./ci/build.sh
77

88
# Sigh, go find paths again
9-
export PATH="/c/Program Files/MIT/Kerberos/bin:$PATH"
9+
export PATH="/c/Program Files/MIT/Kerberos/bin:"\
10+
"/c/Program Files (x86)/MIT/Kerberos/bin:$PATH"
1011

1112
# build the wheel
1213
python -m pip install wheel

0 commit comments

Comments
 (0)