We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec8661 commit db8bf63Copy full SHA for db8bf63
1 file changed
.github/workflows/ci.yml
@@ -34,7 +34,6 @@ jobs:
34
- name: Install LLVM+Clang
35
if: startsWith(matrix.config.name, 'Ubuntu Clang')
36
run: |
37
- cat /etc/lsb-release
38
# Remove existing Clang installations.
39
sudo apt-get remove \
40
clang-${{matrix.config.installed_clang_version}} \
0 commit comments