Skip to content

Commit 0be4cbf

Browse files
author
bol-van
committed
rename windows bin dirs
1 parent acf888c commit 0be4cbf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,8 @@ jobs:
452452
*-linux-x86_64 ) run_dir linux-x86_64 ;;
453453
*-linux-lexra ) run_dir linux-lexra ;;
454454
*-mac-x64 ) run_dir mac64 ;;
455-
*-win-x86 ) run_dir win32 ;;
456-
*-win-x86_64 ) run_dir win64 ;;
455+
*-win-x86 ) run_dir windows-x86 ;;
456+
*-win-x86_64 ) run_dir windows-x86_64 ;;
457457
esac
458458
fi
459459
done

install_bin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ case $UNAME in
144144
;;
145145
CYGWIN*)
146146
UNAME=CYGWIN
147-
ARCHLIST="win64 win32"
147+
ARCHLIST="windows-x86_64 windows-x86"
148148
PKTWS=winws
149149
;;
150150
*)

0 commit comments

Comments
 (0)