We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7837689 + 9cf46be commit fd0388bCopy full SHA for fd0388b
1 file changed
.github/workflows/validate.yml
@@ -281,6 +281,9 @@ jobs:
281
run: |
282
sudo apt update
283
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
287
288
- name: install Go
289
uses: actions/setup-go@v6
0 commit comments