Skip to content

Commit

Permalink
launch dbus for rust-ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulquinn00 committed Feb 6, 2025
1 parent ffece2a commit 99b5ed4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ jobs:
key: custom-${{ hashFiles('**/*.nix', 'flake.lock') }}
- name: Install dbus
if: matrix.platform == 'macos-14'
run: brew install dbus
run: |
brew install dbus
brew services start dbus
- name: Print environment
run: |
uname -a
Expand Down

0 comments on commit 99b5ed4

Please sign in to comment.