diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8250c732..3cee415a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -82,6 +82,10 @@ jobs: with: apt: $UBUNTU_PACKAGES pip: $PIP_PACKAGES + - name: make /etc/udev/hwdb.d writable + run: | + sudo mkdir -p /etc/udev/hwdb.d + sudo chmod o+rwx /etc/udev/hwdb.d # for the valgrind case, we need custom setup, the matrix isn't # flexible enough for this - name: valgrind - meson test