mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Fix script
This commit is contained in:
parent
e071a25426
commit
87791b7386
1 changed files with 3 additions and 4 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue