Skip to content

Commit e0d6145

Browse files
authored
iwyu.yml: fixed installation of libc++ [skip ci] (danmar#7382)
1 parent ceca6a1 commit e0d6145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/iwyu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
- name: Install libc++
189189
if: matrix.stdlib == 'libc++'
190190
run: |
191-
sudo apt-get install -y libc++-19-dev
191+
sudo apt-get install -y libc++-20-dev
192192
193193
- name: Install Qt ${{ env.QT_VERSION }}
194194
uses: jurplel/install-qt-action@v4

0 commit comments

Comments
 (0)