Skip to content

Commit c16f963

Browse files
committed
macOS Actions
1 parent c9115a6 commit c16f963

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-macos.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,12 @@ jobs:
7171
7272
- name: build_cmdline.sh
7373
run: |
74-
cd ../openFrameworks
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) "
7580
./apps/projectGenerator/scripts/osx/build_cmdline.sh
7681
- name: Build PG macOS GUI and command line
7782
run: |

0 commit comments

Comments
 (0)