Skip to content

Commit

Permalink
Update CI to support macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
patacca committed Feb 13, 2025
1 parent f80877e commit 0cc2d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' }}
uses: seanmiddleditch/gha-setup-ninja@v4

- name: Fetch IDA SDKs (Linux)
if: ${{ matrix.os == 'ubuntu-latest' && steps.cache-sdk.outputs.cache-hit != 'true' }}
- name: Fetch IDA SDKs (Linux / MacOS)
if: ${{ (matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest') && steps.cache-sdk.outputs.cache-hit != 'true' }}
run: |
cd scripts
./fetch_sdk.sh
Expand Down

0 comments on commit 0cc2d66

Please sign in to comment.