mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-25 12:16:37 +00:00
patch: test
This commit is contained in:
parent
ba9307c56b
commit
7fb6dc03c0
2
.github/actions/test/action.yml
vendored
2
.github/actions/test/action.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user