Skip to content

Commit 23dfcff

Browse files
committed
(Attempt to) Fix CI: Wine binary seems to have changed its name
1 parent beab4c2 commit 23dfcff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/run-autobahn.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ then
7272
SR=$!
7373
elif [ -f "$ECHO_BIN.exe" ]
7474
then
75-
wine64-stable "$ECHO_BIN" &
75+
wine "$ECHO_BIN" &
7676
SR=$!
7777
else
7878
echo "Error, echo[.exe] not found!"

0 commit comments

Comments
 (0)