Skip to content

Commit

Permalink
Try to get ninja from homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
rewrking committed Jun 30, 2024
1 parent a813c53 commit cc4189f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,9 @@ jobs:
p12-password: ${{ secrets.MACOS_CERTIFICATE_PWD }}
- name: "Create Keychain profile"
run: xcrun notarytool store-credentials "ChaletProfile" --apple-id "$MACOS_APPLE_ID" --password "$MACOS_CHALET_APP_PWD" --team-id "$MACOS_TEAM_ID"
- name: "Install Ninja"
uses: seanmiddleditch/gha-setup-ninja@master
with:
version: 1.11.1
- name: "Install Dependencies"
run: |
brew install ninja
- name: "Checkout"
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit cc4189f

Please sign in to comment.