Fix script

This commit is contained in:
Gregory John Casamento 2024-03-27 20:35:48 -04:00
parent e071a25426
commit 87791b7386

View file

@ -107,11 +107,10 @@ jobs:
LIBS_BASE_BRANCH: ${{github.event.inputs.libs_base_branch}}
run: ./.github/scripts/dependencies.sh
- name: Build source
- name: Build source for Gorm
run: |
# . $INSTALL_PATH/share/GNUstep/Makefiles/GNUstep.sh
# ./configure
# make && make install
. $INSTALL_PATH/share/GNUstep/Makefiles/GNUstep.sh
make && make install
### Building libs-back is disabled due to various test failures. Re-enable when fixed.
# - name: Build libs-back # required by some tests