Fix --no-sandbox export
This commit is contained in:
parent
98c015856f
commit
a819351b26
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ jobs:
|
||||||
echo "apt update && apt install -y chromium"
|
echo "apt update && apt install -y chromium"
|
||||||
apt update && apt install -y chromium
|
apt update && apt install -y chromium
|
||||||
echo 'export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --no-sandbox" >> /etc/chromium.d/default-flags'
|
echo 'export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --no-sandbox" >> /etc/chromium.d/default-flags'
|
||||||
echo export CHROMIUM_FLAGS="\$CHROMIUM_FLAGS --no-sandbox" >> /etc/chromium.d/default-flags
|
echo 'export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --no-sandbox"' >> /etc/chromium.d/default-flags
|
||||||
|
|
||||||
- name: Add Unlighthouse
|
- name: Add Unlighthouse
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue