Skip to content

Commit

Permalink
Add step to install xcodegen
Browse files Browse the repository at this point in the history
  • Loading branch information
aokj4ck committed Jan 22, 2024
1 parent 47367d8 commit 336ea6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
echo "password $SDK_REGISTRY_TOKEN" >> ~/.netrc
chmod 0600 ~/.netrc
- run: |
echo "Set up dependencies"
brew install xcodegen
- run: |
echo "Run, Build Application using script"
./scripts/build_spm_sample.sh
Expand Down

0 comments on commit 336ea6a

Please sign in to comment.