Rewrite page in Svelte 5 #49
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