Skip to content

Commit

Permalink
install ninja
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Sep 13, 2024
1 parent 0c86fac commit d110976
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/osx-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ jobs:
rm cmake-${version}-macos-universal.tar.gz
done
- name: Install Ninja
run: |
pip install ninja
- name: Install xcodegen
run: |
brew install xcodegen
- name: Run Unit Tests
run: |
python -m pytest -x -v --color=auto test/${{ matrix.setup }}

0 comments on commit d110976

Please sign in to comment.