Skip to content

Commit

Permalink
build: install libudev when building/testing the client
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Sep 13, 2024
1 parent 2238751 commit d63bad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-mmclient.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sudo apt install \
nasm cmake protobuf-compiler libxkbcommon-dev libwayland-dev libasound2-dev \
ffmpeg libavutil-dev libavformat-dev libavdevice-dev libavfilter-dev \
libfontconfig-dev libfreetype-dev
libfontconfig-dev libfreetype-dev libudev-dev
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
sudo apt install \
nasm cmake protobuf-compiler libxkbcommon-dev libwayland-dev libasound2-dev \
ffmpeg libavutil-dev libavformat-dev libavdevice-dev libavfilter-dev \
libfontconfig-dev libfreetype-dev
libfontconfig-dev libfreetype-dev libudev-dev
- uses: actions/checkout@v4
- uses: ./.github/actions/install-slang
Expand Down

0 comments on commit d63bad3

Please sign in to comment.