We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ff3ec commit ec4c98aCopy full SHA for ec4c98a
.github/workflows/configure_qt.yml
@@ -121,7 +121,7 @@ jobs:
121
if: startsWith(matrix.config.os, 'ubuntu-20.04')
122
shell: bash
123
run: |
124
- sudo alt-get install clang
+ sudo apt-get install clang
125
# 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
126
# sudo apt-get install libc++ libc++-11-dev libc++abi-11-dev
127
0 commit comments