Skip to content

Commit fcd9cab

Browse files
Don GagneDonLakeFlyer
Don Gagne
authored andcommitted
Fix unit test running
Details here: mavlink#10602
1 parent 613a31b commit fcd9cab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/linux_debug.yml

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: Install QGC source dependencies
4141
run: sudo apt-get install -y libsdl2-dev
4242

43+
- name: Install source dependencies required to run unit tests in workflow container
44+
run: sudo apt-get install -y libxkbcommon-x11-0
45+
4346
- name: Install Gstreamer dev packages
4447
run: sudo apt-get install -y libgstreamer-plugins-base1.0-dev libgstreamer1.0-0:amd64 libgstreamer1.0-dev
4548

0 commit comments

Comments
 (0)