Skip to content

Commit fd0388b

Browse files
authored
Merge pull request #5170 from cyphar/ci-conmon-libpathrs
gha: install libpathrs for conmon test as well
2 parents 7837689 + 9cf46be commit fd0388b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,9 @@ jobs:
281281
run: |
282282
sudo apt update
283283
sudo apt -y install libseccomp-dev libglib2.0-dev libsystemd-dev socat
284+
- name: install libpathrs ${{ env.LIBPATHRS_VERSION }}
285+
run: |
286+
sudo -E PATH="$PATH" ./script/build-libpathrs.sh "$LIBPATHRS_VERSION" /usr
284287
285288
- name: install Go
286289
uses: actions/setup-go@v6

0 commit comments

Comments
 (0)