Skip to content

Commit 0eece2a

Browse files
committed
paths
1 parent c16f963 commit 0eece2a

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/build-macos.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,16 @@ jobs:
7171
7272
- name: build_cmdline.sh
7373
run: |
74-
echo "build_cmdline.sh: $(pwd) "
75-
cd ../
76-
echo "build_cmdline.sh: ../ $(pwd) "
77-
ls
78-
cd openFrameworks/
79-
echo "build_cmdline.sh: ../openFrameworks $(pwd) "
74+
echo "Current directory: $(pwd)"
75+
echo "Listing repository root:"
76+
ls -lah ..
77+
echo "Changing directory to openFrameworks..."
78+
cd ../openFrameworks
79+
echo "Now in: $(pwd)"
80+
echo "Listing apps/projectGenerator/scripts/osx:"
81+
ls -lah apps/projectGenerator/
82+
83+
echo "Executing build_cmdline.sh:"
8084
./apps/projectGenerator/scripts/osx/build_cmdline.sh
8185
- name: Build PG macOS GUI and command line
8286
run: |

0 commit comments

Comments
 (0)