From 3584162177ffccd521261435551f44755353c352 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 2 May 2026 00:29:31 +0100 Subject: [PATCH] CI: remove firefox It tries to be upgraded from snap, and fails --- .github/ubuntu_deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ubuntu_deps.sh b/.github/ubuntu_deps.sh index bc0bec58..db414b2e 100644 --- a/.github/ubuntu_deps.sh +++ b/.github/ubuntu_deps.sh @@ -1,3 +1,4 @@ +sudo apt-get remove firefox sudo apt-get update sudo apt-get install -y tcl-dev libsasl2-dev libicu-dev swig qt6-base-dev libboost-locale-dev libperl-dev libargon2-dev cpanminus gettext clang llvm lcov sudo apt-get upgrade -y