Skip to content

Commit

Permalink
Add Install Ninja step to macos-12 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rewrking committed Jun 30, 2024
1 parent c6484d2 commit a813c53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ 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: "Checkout"
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a813c53

Please sign in to comment.