Skip to content

Commit 5830200

Browse files
committed
likely depth issue
1 parent 0eece2a commit 5830200

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
echo "Changing directory to openFrameworks..."
7878
cd ../openFrameworks
7979
echo "Now in: $(pwd)"
80-
echo "Listing apps/projectGenerator/scripts/osx:"
80+
echo "Listing apps/projectGenerator/:"
8181
ls -lah apps/projectGenerator/
8282
8383
echo "Executing build_cmdline.sh:"

scripts/osx/ci_install_core.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ echo "Intended destination for projectGenerator files:"
8181
echo "${OF_ROOT}/apps/projectGenerator"
8282

8383
if command -v rsync &> /dev/null; then
84-
rsync -avzp --exclude='.git/' --exclude='.ccache/' ${PG_DIR} ${OF_ROOT}/apps/projectGenerator
84+
rsync -avzp --exclude='.git/' --exclude='.ccache/' ${PG_DIR}/ ${OF_ROOT}/apps/projectGenerator/
8585
else
86-
cp -X ${PG_DIR}/ ${OF_ROOT}/apps/projectGenerator 2> /dev/null
86+
cp -X ${PG_DIR}/ ${OF_ROOT}/apps/projectGenerator/ 2> /dev/null
8787
fi
8888

8989
ls apps/projectGenerator

0 commit comments

Comments
 (0)