Skip to content

Commit 68a4e0b

Browse files
author
fauberva
committed
Adding dependencies for nanogui
Signed-off-by: fauberva <florian.auberval@irit.fr>
1 parent 7965ec8 commit 68a4e0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Install nanogui dependencies (ubuntu)
23-
run: sudo apt-get update && sudo apt-get install cmake xorg-dev libglu1-mesa-dev
23+
run: sudo apt-get update && sudo apt-get install cmake xorg-dev libglu1-mesa-dev dbus-1 xkbcommon
2424
if: matrix.os == 'ubuntu-latest'
2525

2626
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)