mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-27 13:16:36 +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'
|
if: runner.os == 'Linux'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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[][]' - | \
|
cat < package.json | jq -r '.hostDependencies[][]' - | \
|
||||||
xargs -L1 echo | sed 's/|//g' | xargs -L1 \
|
xargs -L1 echo | sed 's/|//g' | xargs -L1 \
|
||||||
sudo apt-get --ignore-missing install || true
|
sudo apt-get --ignore-missing install || true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user