gha: install libpathrs for conmon test as well

Commit 192e3d416f ("ci: add conmon tests run") was merged without
rebasing on top of commit e2c989b7e1 ("build: enable libpathrs by
default"), causing build failures when it was merged.

The solution is to just use the same install script as the rest of CI
from commit 7322b05f41 ("ci: build and install libpathrs").

Fixes: 192e3d416f ("ci: add conmon tests run")
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
Aleksa Sarai
2026-03-12 20:46:07 +09:00
parent 7837689f9a
commit 9cf46be341
+3
View File
@@ -281,6 +281,9 @@ jobs:
run: | run: |
sudo apt update sudo apt update
sudo apt -y install libseccomp-dev libglib2.0-dev libsystemd-dev socat sudo apt -y install libseccomp-dev libglib2.0-dev libsystemd-dev socat
- name: install libpathrs ${{ env.LIBPATHRS_VERSION }}
run: |
sudo -E PATH="$PATH" ./script/build-libpathrs.sh "$LIBPATHRS_VERSION" /usr
- name: install Go - name: install Go
uses: actions/setup-go@v6 uses: actions/setup-go@v6