Verbose
CI / test (push) Successful in 1m19s
Release rolling / release (push) Successful in 10m58s

This commit is contained in:
Raven Scott
2026-07-22 13:07:13 -04:00
parent da9541528e
commit 9dd7e44380
+2 -2
View File
@@ -65,8 +65,8 @@ jobs:
if [ -f /etc/apt/sources.list.d/microsoft-prod.list ]; then
sudo mv /etc/apt/sources.list.d/microsoft-prod.list /etc/apt/sources.list.d/microsoft-prod.list.bak || true
fi
sudo apt-get update -qq "${APT_OPTS[@]}" || true
sudo apt-get install -y -qq "${APT_OPTS[@]}" \
sudo apt-get update "${APT_OPTS[@]}" || true
sudo apt-get install -y "${APT_OPTS[@]}" \
libnss3 \
libatk-bridge2.0-0 \
libgtk-3-0 \