Skip to content

Commit

Permalink
install xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Jun 18, 2024
1 parent dc529c8 commit ccdca1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cupcake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ jobs:
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: ${{ matrix.cmake }}
- name: install XCode on macOS
if: startsWith(matrix.platform, 'macos')
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.3'
- name: install Ninja on Linux
if: matrix.generator == 'Ninja' && startsWith(matrix.platform, 'ubuntu')
run: sudo apt install ninja-build
Expand Down

0 comments on commit ccdca1e

Please sign in to comment.