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
87791b7386
commit
379368c268
1 changed files with 1 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue