Skip to content

Commit

Permalink
Add git checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
melekr committed Oct 17, 2024
1 parent 922e46f commit c2f782d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
build-frameworks:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Build frameworks
run: sh Scripts/build_frameworks.sh
env:
Expand Down

0 comments on commit c2f782d

Please sign in to comment.