Verbose export of --no-sandbox flag

This commit is contained in:
Neshura 2024-01-02 03:20:33 +01:00
parent 1dee471ea5
commit 98c015856f
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -57,6 +57,7 @@ jobs:
run: | run: |
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
- name: Add Unlighthouse - name: Add Unlighthouse