Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BPerlakiH committed Dec 31, 2023
1 parent f2ef1fa commit f6a55f6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,9 @@ jobs:
ref: feature/1-DWDS-build-script
path: custom

- run: ls -la
- run: ls -la custom/
- run: ls -la apple/

- run: cd custom && brew bundle && cd ..
# Install main repo dependencies
- run: cd apple && brew bundle && cd ..

- run: mv custom/project.yml apple/
# copy build file to the main folder and run from there
- run: cp custom/build_project.zsh .
- run: chmod +x build_project.zsh
Expand Down

0 comments on commit f6a55f6

Please sign in to comment.