Skip to content

Commit

Permalink
Simplify GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Nov 12, 2023
1 parent a6cf839 commit 913fd15
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
uses: actions/checkout@v3
- name: Install deps
run: |
brew install gsed
- name: xcodegen
uses: xavierLowmiller/[email protected]
brew install gsed xcodegen
- name: Build
run: |
./build-debug.sh
Expand Down

0 comments on commit 913fd15

Please sign in to comment.