We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aebdcd commit ffb8707Copy full SHA for ffb8707
.github/workflows/ci.yml
@@ -61,6 +61,10 @@ jobs:
61
if: startsWith(matrix.os, 'ubuntu')
62
run: |
63
COMMON_PKGS="libolm-dev ninja-build valgrind gnome-keyring"
64
+ # Workaround for https://github.com/actions/runner-images/issues/8659
65
+ sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list
66
+ COMMON_PKGS="--allow-downgrades libc6=2.35-0ubuntu3.4 libc6-dev=2.35-0ubuntu3.4 libstdc++6=12.3.0-1ubuntu1~22.04 libgcc-s1=12.3.0-1ubuntu1~22.04 $COMMON_PKGS"
67
+ # End of workaround
68
sudo apt-get -qq update
69
sudo apt-get -qq install $COMMON_PKGS \
70
${{ startsWith(matrix.qt-version, '5')
0 commit comments