Skip to content

Commit

Permalink
feat: add herbstluftwm
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Dec 24, 2024
1 parent 0ae4529 commit 1338c4d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ runs:
libglx-mesa0 \
libgl1 \
xvfb \
x11-xserver-utils
x11-xserver-utils \
herbstluftwm
- name: Install Linux Qt dependencies
if: runner.os == 'Linux' && inputs.qt != 'false'
Expand Down Expand Up @@ -88,6 +89,13 @@ runs:
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
sleep 3
- name: Start window manager on Linux
if: runner.os == 'Linux'
shell: bash
run: |
herbstluftwm &
sleep 3
- name: Configure for PyVista
if: inputs.pyvista != 'false'
shell: bash
Expand Down

0 comments on commit 1338c4d

Please sign in to comment.