From 99ff2c85f3b36fd3c1418d6c49574a24abda3670 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 20 May 2024 17:40:36 +1000 Subject: [PATCH] CI: make systemd-hwdb sticky so we can call it as user from our test This is a CI run, so the security implications of this don't matter. --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c6b1be21..a4ba8fbf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: