We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0652ca6 commit 5e1acccCopy full SHA for 5e1accc
ci/release-win.sh
@@ -6,7 +6,8 @@ source ./ci/lib-deploy.sh
6
./ci/build.sh
7
8
# Sigh, go find paths again
9
-export PATH="/c/Program Files/MIT/Kerberos/bin:$PATH"
+export PATH="/c/Program Files/MIT/Kerberos/bin:"\
10
+ "/c/Program Files (x86)/MIT/Kerberos/bin:$PATH"
11
12
# build the wheel
13
python -m pip install wheel
0 commit comments