Skip to content

Commit 9e3d470

Browse files
committed
Correct paths for GNUstep binaries in build.yml
1 parent 7163ebb commit 9e3d470

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
# errors.
2727
2828
# Otherwise let's see if some expected binaries are present.
29-
if [ ! -x "/usr/local/gnustep/bin/gnustep-config" ] ; then
29+
if [ ! -x "/usr/local/GNUstep/bin/gnustep-config" ] ; then
3030
echo "gnustep-config not found!"
3131
exit 1
3232
fi
33-
if [ ! -x "/usr/local/gnustep/bin/gorm" ] ; then
33+
if [ ! -x "/usr/local/GNUstep/bin/gorm" ] ; then
3434
echo "gorm not found!"
3535
exit 1
3636
fi
@@ -54,11 +54,11 @@ jobs:
5454
# errors.
5555
5656
# Otherwise let's see if some expected binaries are present.
57-
if [ ! -x "/usr/local/gnustep/bin/gnustep-config" ] ; then
57+
if [ ! -x "/usr/local/GNUstep/bin/gnustep-config" ] ; then
5858
echo "gnustep-config not found!"
5959
exit 1
6060
fi
61-
if [ ! -x "/usr/local/gnustep/bin/gorm" ] ; then
61+
if [ ! -x "/usr/local/GNUstep/bin/gorm" ] ; then
6262
echo "gorm not found!"
6363
exit 1
6464
fi

0 commit comments

Comments
 (0)