Fix --no-sandbox export

This commit is contained in:
Neshura 2024-01-02 03:22:45 +01:00
parent 98c015856f
commit a819351b26
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -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: |