CI: fix Windows MSVC tests

Required due to tools-make change:
5ee21206a8
This commit is contained in:
Frederik Seiffert 2023-01-16 19:35:35 +01:00
parent 8ea4c32bb2
commit 8e931a0b2c

View file

@ -300,7 +300,7 @@ jobs:
. $INSTALL_PATH/share/GNUstep/Makefiles/GNUstep.sh
# MSVC: build tests for release to match CRT of DLLs
if [ "$IS_WINDOWS_MSVC" = "true" ]; then
sed -i -e 's/ debug=yes//g' `which gnustep-tests`
sed -i -e 's/debug=yes//g' `which gnustep-tests`
fi
make check