Skip to content

Commit

Permalink
Fix workflow, by installing yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BPerlakiH committed Dec 31, 2023
1 parent f6a55f6 commit eac7627
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
# Install main repo dependencies
- run: cd apple && brew bundle && cd ..

# Install the python dependencies
- run: python -m pip install pyyaml

# 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 eac7627

Please sign in to comment.