mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
CI: fix Windows MSVC tests
Required due to tools-make change:
5ee21206a8
This commit is contained in:
parent
8ea4c32bb2
commit
8e931a0b2c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue