Skip to content

Commit

Permalink
CI: make systemd-hwdb sticky so we can call it as user from our test
Browse files Browse the repository at this point in the history
This is a CI run, so the security implications of this don't matter.
  • Loading branch information
whot committed May 20, 2024
1 parent 41214af commit 99ff2c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
run: |
sudo mkdir -p /etc/udev/hwdb.d
sudo chmod o+rwx /etc/udev/hwdb.d
- name: make systemd-hwdb sticky
run: sudo chmod +s /usr/bin/systemd-hwdb
- name: meson test ${{matrix.meson_options}}
uses: ./.github/actions/meson
with:
Expand Down

0 comments on commit 99ff2c8

Please sign in to comment.