Skip to content

Commit

Permalink
Fix macOS CI builds (#178)
Browse files Browse the repository at this point in the history
By removing cmake and pkg-config from the dependencies
  • Loading branch information
lurch authored Nov 20, 2024
1 parent 7350867 commit 877282d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install dependencies (macOS)
if: runner.os == 'macOS'
run: |
brew install cmake libusb pkg-config ninja
brew install libusb ninja
brew install --cask gcc-arm-embedded
- name: Install dependencies (Linux)
Expand Down

0 comments on commit 877282d

Please sign in to comment.