Skip to content

Commit

Permalink
Add libdbus to env setup
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Feb 10, 2024
1 parent fc43df8 commit 80b2fa8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ runs:
env:
MYTHIC_CODE: ${{ inputs.mythic-code }}

- name: Install system libraries
shell: bash
run: apt-get update -y && apt-get install -y libdbus-1-dev

- name: Setup cargo cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 80b2fa8

Please sign in to comment.