Skip to content

Commit

Permalink
ci: remove libudev installation
Browse files Browse the repository at this point in the history
The libhitaki library has no dependency on libudev.

Fixes: c546e6b ("ci: add workflow in github actions")
Signed-off-by: Takashi Sakamoto <[email protected]>
  • Loading branch information
takaswie committed Jun 26, 2022
1 parent f64ab10 commit b4fb1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
sudo lxc exec builder -- su ubuntu -c 'sudo apt-get update'
sudo lxc exec builder -- su ubuntu -c 'sudo apt-get -y full-upgrade'
sudo lxc exec builder -- su ubuntu -c 'sudo apt-get install -y git build-essential'
sudo lxc exec builder -- su ubuntu -c 'sudo apt-get install -y meson ninja-build libglib2.0-dev libudev-dev gobject-introspection libgirepository1.0-dev'
sudo lxc exec builder -- su ubuntu -c 'sudo apt-get install -y meson ninja-build libglib2.0-dev gobject-introspection libgirepository1.0-dev'
sudo lxc exec builder -- su ubuntu -c 'sudo apt-get install -y gi-docgen python3-gi'
- name: Checkout repository.
uses: actions/checkout@v2
Expand Down

0 comments on commit b4fb1d5

Please sign in to comment.