Skip to content

Commit

Permalink
⚗ Test without installing dbus
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Nov 22, 2024
1 parent 0928155 commit 1df37c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
if: runner.os == 'Linux'
run: sudo apt-get install -y libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev mesa-common-dev

- name: Install DBUS dependencies for Linux
if: runner.os == 'Linux'
run: sudo apt-get install -y libdbus-1-dev libdbus-glib-1-2 libdbus-glib-1-dev
# - name: Install DBUS dependencies for Linux
# if: runner.os == 'Linux'
# run: sudo apt-get install -y libdbus-1-dev libdbus-glib-1-2 libdbus-glib-1-dev

- name: Build
uses: lukka/run-cmake@v3
Expand Down

0 comments on commit 1df37c2

Please sign in to comment.