Fix script

This commit is contained in:
Gregory John Casamento 2024-03-27 20:38:13 -04:00
parent 87791b7386
commit 379368c268

View file

@ -108,9 +108,7 @@ jobs:
run: ./.github/scripts/dependencies.sh
- name: Build source for Gorm
run: |
. $INSTALL_PATH/share/GNUstep/Makefiles/GNUstep.sh
make && make install
run: . $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