Skip to content

Commit 01030f6

Browse files
committed
CI: Try to pin stdlibc++-13-dev down, not -12-
1 parent 9166fde commit 01030f6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ jobs:
5151
run: |
5252
sudo apt-get -qq update
5353
sudo apt-get -q install \
54-
ninja-build g++$GCC_VERSION clang$CLANG_VERSION libsecret-1-dev libolm-dev \
54+
ninja-build libstdc++$GCC_VERSION-dev clang$CLANG_VERSION libsecret-1-dev libolm-dev \
5555
qt6-base-dev qt6-base-private-dev gnome-keyring
56+
sudo apt-get -q remove libstdc++-12-dev
5657
gnome-keyring-daemon -d --unlock <<<'' # Create a login keyring with no password
5758
5859
- name: Install dependencies (non-Linux)

0 commit comments

Comments
 (0)