diff --git a/.github/scripts/dependencies.sh b/.github/scripts/dependencies.sh index 89323adcd0..7cbc10de9f 100755 --- a/.github/scripts/dependencies.sh +++ b/.github/scripts/dependencies.sh @@ -77,10 +77,10 @@ install_gnustep_base() { mkdir -p $DEPS_PATH # Windows MSVC toolchain uses tools-windows-msvc scripts to install non-GNUstep dependencies -if [ "$LIBRARY_COMBO" = "ng-gnu-gnu" -a "$IS_WINDOWS_MSVC" != "true" ]; then - install_libobjc2 - install_libdispatch -fi +#if [ "$LIBRARY_COMBO" = "ng-gnu-gnu" -a "$IS_WINDOWS_MSVC" != "true" ]; then +# install_libobjc2 +# install_libdispatch +#fi install_gnustep_make install_gnustep_base