Skip to content

Reflect changed google binary paths. Fixes #26 #1847

Reflect changed google binary paths. Fixes #26

Reflect changed google binary paths. Fixes #26 #1847

Triggered via push July 9, 2025 10:52
Status Failure
Total duration 1m 7s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
docker
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y xvfb libxss1 libosmesa6 libgconf-2-4 wget apt-transport-https && MACH=$(uname -m) && [ $MACH = \"x86_64\" ] && ( wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && (dpkg -i google-chrome-stable_current_amd64.deb; apt-get -fy install; rm google-chrome-stable_current_amd64.deb; apt-get clean; rm -rf /var/lib/apt/lists/* ) && mv /usr/bin/google-chrome-stable /usr/bin/google-chrome.real && mv /opt/google/chrome/chrome /opt/google/chrome/google-chrome.real && ln -s /usr/lib/x86_64-linux-gnu/libOSMesa.so.6 /opt/google/chrome/libosmesa.so ) || true && [ $MACH != \"x86_64\" ] && ( echo \"deb http://deb.debian.org/debian buster main\" >> /etc/apt/sources.list.d/debian.list && echo \"deb http://deb.debian.org/debian buster-updates main\" >> /etc/apt/sources.list.d/debian.list && echo 'Package: chromium*' >> /etc/apt/preferences.d/chromium.pref && echo 'Pin: origin \"ftp.debian.org\"' >> /etc/apt/preferences.d/chromium.pref && echo 'Pin-Priority: 700' >> /etc/apt/preferences.d/chromium.pref && apt-get update; apt-get -fy install chromium; apt-get clean; rm -rf /var/lib/apt/lists/* && mv /usr/bin/chromium /usr/bin/google-chrome.real ) || true && rm -f /etc/alternatives/google-chrome && ln -s /opt/google/chrome/google-chrome.real /etc/alternatives/google-chrome && ln -s /usr/bin/xvfb-chromium /usr/bin/google-chrome && ln -s /usr/bin/xvfb-chromium /usr/bin/chromium-browser" did not complete successfully: exit code: 1
docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/