Skip to content

Commit 877282d

Browse files
authored
Fix macOS CI builds (#178)
By removing cmake and pkg-config from the dependencies
1 parent 7350867 commit 877282d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install dependencies (macOS)
4040
if: runner.os == 'macOS'
4141
run: |
42-
brew install cmake libusb pkg-config ninja
42+
brew install libusb ninja
4343
brew install --cask gcc-arm-embedded
4444
4545
- name: Install dependencies (Linux)

0 commit comments

Comments
 (0)