File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 61
61
if : startsWith(matrix.os, 'ubuntu')
62
62
run : |
63
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
64
68
sudo apt-get -qq update
65
69
sudo apt-get -qq install $COMMON_PKGS \
66
70
${{ startsWith(matrix.qt-version, '5')
@@ -144,7 +148,7 @@ jobs:
144
148
- name : Set up Sonar Cloud tools
145
149
id : sonar
146
150
if : matrix.static-analysis == 'sonar'
147
- uses : sonarsource/sonarcloud-github-c-cpp@v1
151
+ uses : sonarsource/sonarcloud-github-c-cpp@v2
148
152
149
153
- name : Build and install QtKeychain
150
154
run : |
You can’t perform that action at this time.
0 commit comments