Skip to content

Commit b75558f

Browse files
committed
Try to fix win test - 2
1 parent 4d1c157 commit b75558f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/glob_handling.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ echo "Directory structure:"
2727
find . -type f | sort
2828

2929
# Copy Windows binary to test directory for Wine (like rpu.sh does)
30-
WIN_BINARY="$SCRIPT_DIR/../target/x86_64-pc-windows-gnu/release/dat3.exe"
30+
# Use 32-bit binary for Wine compatibility in CI
31+
WIN_BINARY="$SCRIPT_DIR/../target/i686-pc-windows-gnu/release/dat3.exe"
3132
cp "$WIN_BINARY" dat3.exe
3233

3334
# Helper function to run Windows command via Wine

0 commit comments

Comments
 (0)