patch: test

This commit is contained in:
Edwin Joassart 2025-04-15 11:51:28 +02:00
parent ba9307c56b
commit 7fb6dc03c0
No known key found for this signature in database
GPG Key ID: A56BE0A21AD56A40

View File

@ -32,7 +32,7 @@ runs:
if: runner.os == 'Linux'
shell: bash
run: |
sudo apt-get update && sudo apt-get install -y --no-install-recommends xvfb libudev-dev
sudo apt-get update && sudo apt-get install -y --no-install-recommends xvfb libudev-dev build-essential
cat < package.json | jq -r '.hostDependencies[][]' - | \
xargs -L1 echo | sed 's/|//g' | xargs -L1 \
sudo apt-get --ignore-missing install || true