macos: Remove dbus from macos dependencies

Related #2284
This commit is contained in:
MattHag 2024-02-15 01:27:06 +01:00 committed by GitHub
parent b516b12920
commit e6191296e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -50,9 +50,7 @@ jobs:
- name: Set up macOS dependencies - name: Set up macOS dependencies
run: | run: |
brew install hidapi dbus gtk+3 pygobject3 brew install hidapi gtk+3 pygobject3
brew services start dbus
- name: Install Python dependencies - name: Install Python dependencies
run: | run: |