Skip to content

Commit 9e393df

Browse files
author
Patricia Aas
committed
Add some plain clang and libc++ packages too
1 parent 25f537a commit 9e393df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/configure_qt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ jobs:
121121
if: startsWith(matrix.config.os, 'ubuntu-20.04')
122122
shell: bash
123123
run: |
124-
sudo apt-get install clang-11 clang-tools-11 clang-11-doc libclang-common-11-dev libclang-11-dev libclang1-11 clang-format-11 clangd-11
125-
sudo apt-get install libc++-11-dev libc++abi-11-dev
124+
sudo apt-get install clang clang-11 clang-tools-11 clang-11-doc libclang-common-11-dev libclang-11-dev libclang1-11 clang-format-11 clangd-11
125+
sudo apt-get install libc++ libc++-11 libc++-11-dev libc++abi-11-dev
126126
127127
- name: 1. [All] Install Dependencies
128128
shell: bash

0 commit comments

Comments
 (0)